Update git submodules
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 17 Apr 2020 20:41:23 +0000 (20:41 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 17 Apr 2020 20:41:23 +0000 (20:41 +0000)
commitb8f14cc035435707d82800cd50f9a631666cd293
treeaeb3528302be12261c2b1325bd041bd4d966b04c
parent1cb50271c7c5adc81eec567686eed958b6130655
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>
docs/submodules/oom.git