diff options
| author | Shulhan <ms@kilabit.info> | 2023-09-22 02:43:21 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-09-22 02:43:21 +0700 |
| commit | f720644d0baaaf91e41b2e0374437d5d1e70dd9a (patch) | |
| tree | 2edf2364800cba565e0c71f1d44a709ae3fbc75d /testdata/encrypt/test.data | |
| parent | 0d0217abcd91f9c597eaf44cb639191e42290b5d (diff) | |
| download | awwan-f720644d0baaaf91e41b2e0374437d5d1e70dd9a.tar.xz | |
all: implement reading encrypted awwan environment ".awwan.env.vault"
Upon executing "local" or "play" comman, awwan now read the encrypted
environment file .awwan.env.vault.
The encrypted environment file is generated using "awwan encrypt" command.
Diffstat (limited to 'testdata/encrypt/test.data')
| -rw-r--r-- | testdata/encrypt/test.data | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testdata/encrypt/test.data b/testdata/encrypt/test.data new file mode 100644 index 0000000..9ecdb9f --- /dev/null +++ b/testdata/encrypt/test.data @@ -0,0 +1,9 @@ +<<< local.aww:1 + +--> local: 1: echo this_is_a_secret +this_is_a_secret + +<<< sub/local.aww:1 + +--> local: 1: echo this_is_a_secret_in_sub +this_is_a_secret_in_sub |
