16 lines
424 B
Text
16 lines
424 B
Text
|
[[secretstores.http]]
|
||
|
id = "user"
|
||
|
url = "http://127.0.0.1/secrets"
|
||
|
transformation = '{userName: userValue}'
|
||
|
|
||
|
[[secretstores.http]]
|
||
|
id = "passwd"
|
||
|
url = "http://127.0.0.1/secrets"
|
||
|
transformation = '{secretName: secretValue}'
|
||
|
|
||
|
cipher = "AES256/CBC/PKCS#5"
|
||
|
|
||
|
[secretstores.http.aes]
|
||
|
key = "63238c069e3c5d6aaa20048c43ce4ed0a910eef95f22f55bacdddacafa06b656"
|
||
|
init_vector = "61737570657273656372657469763432"
|