-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
store password in config, managed with agenix
- Loading branch information
1 parent
53310e1
commit 34f1a6a
Showing
6 changed files
with
90 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
let | ||
aki = [ | ||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMV93pUyoE8y3oFfFrgPaaObAP7J9O7aChY1gIWKKTMS aki@Barbara" | ||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGAI3RboKHBPPLvDuHEkWHIj+/qZpsS4Ae80Hheoj8wK aki@Gertrude" | ||
]; | ||
scarlett = [ | ||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILrcpx3MX+MeCd/gBsBhnLH3DfaLwkPKWyIB0WgFu8Rm scarlett@Barbara" | ||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICBjBHIPZLCX+F6Crm/B9m09YTOUZJzMdH69zgCbqsZR scarlett@Gertrude" | ||
]; | ||
users = aki ++ scarlett; | ||
|
||
Barbara = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEivYBAuarGiTOHscBYXP0LpG6RGCUDjzDCc/5lT+5sZ"; | ||
Gertrude = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIy9n203h4Qwj7qcWXTsMl9cbkc7wBoSA5o5u9l9gqwk"; | ||
systems = [ Barbara Gertrude ]; | ||
in | ||
{ | ||
"secrets/common/aki-password.age".publicKeys = aki ++ systems; | ||
"secrets/common/scarlett-password.age".publicKeys = users ++ systems; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.