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:
parent
8db34521db
commit
63e9da1737
3 changed files with 20 additions and 2 deletions
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue