diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-04-29 09:58:57 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-29 07:58:57 +0000 |
commit | bd0776a3996d9312d53aeb1ab9521f75328750d0 (patch) | |
tree | 7ceef61456260a074f507460fc28e545950bde10 /docs/submodules | |
parent | 630d02812e0b6ff7933b44b0e2605fd47d4091fa (diff) |
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to f5e74e506c8ae56f4a7af7dfa516c5733fadb22e
- [COMMON] Allow to use ' in mysql passwords
derivePassword which we use to generate our passwords includes ' in
set of special characters that can be used in passwords.
Current implementation of bitnami configure-mysql.sh simply
concatenates password surrounded with '' rest of SQL query. This
causes issues if password contains ' as it creates invalid SQL statement.
To fix this issue we just patch the script and escape the special '
character in password.
Issue-ID: OOM-2246
Reported-by: Mateusz Pilat <m.pilat@partner.samsung.com>
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I3d2150760755e55558e2045cbb7ca5693c8ab71f
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Diffstat (limited to 'docs/submodules')
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 f69c491ed06b017fe439ff8ff48ac896e93d0f5 +Subproject f5e74e506c8ae56f4a7af7dfa516c5733fadb22 |