Improve secret management #81
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: home/nixos-servers#81
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?
We now have two keys: for secrets encryption: one for nix secrets and one for k8s secrets. Make these depend on only one key. Looks like we cannot use SSH keys for this, only "normal" age keys.
Also, during bootstrap, don't take the hosts' age key from keepassxc, but encrypt them with sops and grab them with our other methods.
Use sops for secrets in nixto Use the same age key on nix and k8s secretsUse the same age key on nix and k8s secretsto Improve secret management