add headscale auth key
This commit is contained in:
parent
256a70af1f
commit
9898180dad
6 changed files with 47 additions and 33 deletions
|
@ -4,13 +4,16 @@ let
|
|||
|
||||
valefar = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJlXq2lSfiWwRwIxsxhffW5FDGmjt0QKYN+BaikmRR71";
|
||||
buer = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMVhjwDcO8eleSoR8a37ZGGPvkHEgV+c8SYcy07SayPB";
|
||||
morax = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAmou0HU1yci/fkEVdDQWeZSy0NCNPN8i1TVDILqdi25";
|
||||
systems = [ valefar buer morax];
|
||||
focalor = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJlXq2lSfiWwRwIxsxhffW5FDGmjt0QKYN+BaikmRR71";
|
||||
systems = [ valefar buer focalor];
|
||||
in
|
||||
{
|
||||
#"secret1.age".publicKeys = [ user1 system1 ];
|
||||
"build-token.age".publicKeys = users ++ systems;
|
||||
|
||||
"garage-rpc-secret.age".publicKeys = users ++ systems;
|
||||
"garage-admin-token.age".publicKeys = users ++ systems;
|
||||
"garage-metrics-token.age".publicKeys = users ++ systems;
|
||||
|
||||
"headscale-authkey.age".publicKeys = users ++ systems;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue