Add dummy encrypted data bag secret

TODO: replace them with the actual secrets
This commit is contained in:
Greg Karékinian 2019-10-17 14:58:07 +02:00
parent 185982ff9f
commit 9ecf40e72a

View File

@ -0,0 +1,24 @@
{
"id": "akkounts-api",
"btcpay_privkey": {
"encrypted_data": "eVgzk5OD6JXGdIFIKK0QFQeyon9kANdMKJFr5kS4jgNAkAZEjQ==\n",
"iv": "ucXosQRVFKjB0+Ew\n",
"auth_tag": "Vu2xw0TBqachFUoAEf4aIA==\n",
"version": 3,
"cipher": "aes-256-gcm"
},
"btcpay_webhook_token": {
"encrypted_data": "LxuHzqc/CQ4a6HbdKLv8UBWGaBpXJT74KK5v\n",
"iv": "mMFHjibm5L9UooOi\n",
"auth_tag": "a8imCBp9HMo4xu8HUgPzvA==\n",
"version": 3,
"cipher": "aes-256-gcm"
},
"mastodon_auth_token": {
"encrypted_data": "gRbX/rC4vMFSnRUkTBTuH3r89xtR634efjFf\n",
"iv": "Jx1agZnskfH9d51s\n",
"auth_tag": "z47eO/kFyBY40CjF2Vsisw==\n",
"version": 3,
"cipher": "aes-256-gcm"
}
}