From 9ecf40e72a1514437418cab4279daf0b58fb474b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Thu, 17 Oct 2019 14:58:07 +0200 Subject: [PATCH] Add dummy encrypted data bag secret TODO: replace them with the actual secrets --- data_bags/credentials/akkounts-api.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data_bags/credentials/akkounts-api.json diff --git a/data_bags/credentials/akkounts-api.json b/data_bags/credentials/akkounts-api.json new file mode 100644 index 0000000..b6b791e --- /dev/null +++ b/data_bags/credentials/akkounts-api.json @@ -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" + } +} \ No newline at end of file