1
Fork 0
mirror of https://github.com/RGBCube/agenix synced 2025-08-01 11:17: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

View file

@ -24,5 +24,9 @@
cp -r "${../example}" /tmp/secrets
chmod -R u+rw /tmp/secrets
chown -R $USER1_UID:$USERS_GID /tmp/secrets
cp -r "${./fixtures/one-way}" /tmp/secrets-one-way
chmod -R u+rw /tmp/secrets-one-way
chown -R $USER1_UID:$USERS_GID /tmp/secrets-one-way
'';
}