From d7f40835d6054d5b63d3041702460bfa452498ea Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Thu, 28 Jun 2018 10:45:41 +0000 Subject: [PATCH] Add databag secrets for keystone credential tokens These will be used in a patch for the identity cookbook to handle credential tokens properly. Required-By: Idabc34d101d9fb145a205acedf8f652ebec3ad9f Change-Id: Icf0a8f644ddbfa61bfef124a772663e8af4e1f16 --- data_bags/secrets/credential_key0.json | 9 +++++++++ data_bags/secrets/credential_key1.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 data_bags/secrets/credential_key0.json create mode 100644 data_bags/secrets/credential_key1.json diff --git a/data_bags/secrets/credential_key0.json b/data_bags/secrets/credential_key0.json new file mode 100644 index 0000000..cc029b4 --- /dev/null +++ b/data_bags/secrets/credential_key0.json @@ -0,0 +1,9 @@ +{ + "id": "credential_key0", + "credential_key0": { + "encrypted_data": "BdEAoaNdiTlT3g/VCkV5rPazyLEzvZUGHwr9ogV+9c/AxHdr+bmY1R2mSDBf\nZC7xJbO8Mt4taTbUEZFXABWxoA==\n", + "iv": "uJS23adpQ7YmI12bYGHxzA==\n", + "version": 1, + "cipher": "aes-256-cbc" + } +} diff --git a/data_bags/secrets/credential_key1.json b/data_bags/secrets/credential_key1.json new file mode 100644 index 0000000..5d78672 --- /dev/null +++ b/data_bags/secrets/credential_key1.json @@ -0,0 +1,9 @@ +{ + "id": "credential_key1", + "credential_key1": { + "encrypted_data": "BdEAoaNdiTlT3g/VCkV5rPazyLEzvZUGHwr9ogV+9c/AxHdr+bmY1R2mSDBf\nZC7xJbO8Mt4taTbUEZFXABWxoA==\n", + "iv": "uJS23adpQ7YmI12bYGHxzA==\n", + "version": 1, + "cipher": "aes-256-cbc" + } +}