diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-03-13 15:34:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-13 15:34:38 +0000 |
commit | 8973cd3a0e6013139738afd84fc0a7b3884fda32 (patch) | |
tree | 178837e1d36e232ee3050ca7b611227b9b0e6834 | |
parent | 0f6f3b950a71cdf85ff0a3d8c4dfad3a411ae44e (diff) |
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to 49a383dfd9078a83660b1727c6cc8ef6a9646b44
- Merge "[COMMON] Allow special characters in postgress passwords"
- [COMMON] Allow special characters in postgress passwords
Postgres image that we are currently using uses sed to replace
passwords placeholders with their actual values at startup time.
This apprach is very fragile and leads to issues if & happens to be a
part of password as it has a special meaning in sed.
To fix this issue let's just extract the setup.sql file from the
container and process it on our own in init container using envsubst
and then mount it to the main container to be used.
Issue-ID: OOM-2317
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ifd51d8f0af0099958caa209185fb7a87a0480bd2
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 52b046a351ce1551a338c1f9862366f45cf4929 +Subproject 49a383dfd9078a83660b1727c6cc8ef6a9646b4 |