mirror of
https://github.com/RGBCube/agenix
synced 2025-08-02 03:37:45 +00:00
test: add tests for one-way encrypted secrets
This commit is contained in:
parent
8db34521db
commit
63e9da1737
3 changed files with 20 additions and 2 deletions
5
test/fixtures/one-way/secrets.nix
vendored
Normal file
5
test/fixtures/one-way/secrets.nix
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
let
|
||||
system1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPJDyIr/FSz1cJdcoW69R+NrWzwGK/+3gJpqD1t8L2zE";
|
||||
in {
|
||||
"one-way.age".publicKeys = [system1];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue