Encrypt secrets for all machines and admins #32
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: home/nixos-servers#32
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Currently, secrets are only encrypted for the host they currently reside on. This is not very portable: if we want to change the machine they are deployed on, we need to re-encrypt them. Also, currently they can only be edited using the private keys of each machine. It would instead be desirable to encrypt each secret for each machine and each admin. Then, only deploy them on each machine when necessary.