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
This commit is contained in:
Jens Harbott 2018-06-28 10:45:41 +00:00
parent 748aa8452c
commit d7f40835d6
2 changed files with 18 additions and 0 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}