diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-04-17 20:41:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-17 20:41:23 +0000 |
commit | b8f14cc035435707d82800cd50f9a631666cd293 (patch) | |
tree | aeb3528302be12261c2b1325bd041bd4d966b04c /docs | |
parent | 1cb50271c7c5adc81eec567686eed958b6130655 (diff) |
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to 99e75ae24a317a678b1a54d8b4c1b6fb652ca9df
- Merge "[AAF] Use common secret in sms preload"
- [AAF] Use common secret in sms preload
Use common secret template and init container to fill config files for
job that preloads secrets to SMS.
Init container is prepared for temporary workaround required by the
OOF team to encrypt passwords before storing them in sms.
The only thing that has to be done is to instead of just assigning for
example:
export AAI_PASS=${AAI_PASS_PLAIN};
do
export AAI_PASS=`awesomeEncryptCommand ${AAI_PASS_PLAIN}`
Issue-ID: OPTFRA-720
Change-Id: I0ada7de0aa8710580ccf51cb9ab0822b81b4f46a
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Diffstat (limited to 'docs')
m--------- | docs/submodules/oom.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git -Subproject bf5b1fe2c261a6b76e5ff32bc43575044230e8c +Subproject 99e75ae24a317a678b1a54d8b4c1b6fb652ca9d |