1
Fork 0
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:
Ryan Mulligan 2023-02-20 12:03:14 -08:00
parent 8db34521db
commit 63e9da1737
3 changed files with 20 additions and 2 deletions

5
test/fixtures/one-way/secrets.nix vendored Normal file
View file

@ -0,0 +1,5 @@
let
system1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPJDyIr/FSz1cJdcoW69R+NrWzwGK/+3gJpqD1t8L2zE";
in {
"one-way.age".publicKeys = [system1];
}