Add README and LICENSE (GPL-3.0-or-later) #7
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
allod/secrets!7
Loading…
Reference in a new issue
No description provided.
Delete branch "agent/license-secrets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a README and a GPL-3.0-or-later LICENSE, implementing allod/strategy#11.
README.md documents the repo's purpose (the consumer-owned identity, credential, and encrypted-secrets template), its exported flake outputs, the age/agenix recipient model, the layout of the encrypted blobs and git policy data, and how
profilesconsumes it — matching the house style of the existing allod READMEs. LICENSE opens with a short copyright and SPDX notice (SPDX-License-Identifier: GPL-3.0-or-later) followed by the verbatim GNU General Public License version 3 text.Refs allod/strategy#11
Risk
Adds two top-level documentation/metadata files (README.md, LICENSE); no code or secret material changes. The README is public-facing.
Validation
The README was written to contain no plaintext secrets or personal identifiers: it references
.ageblobs by name and purpose only and describes recipient metadata and public keys (public by nature). A leak sweep confirmed all.agefiles are ciphertext (age-encryption.org/v1 headers), the only on-disk key material is.pubpublic keys, and identifiers are synthetic (example.com / RFC 5737 documentation ranges). LICENSE contains the unmodified GPLv3 body.