[SDNC] Use common secret template in sdnc-portal 71/102171/2
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Sat, 22 Feb 2020 01:12:02 +0000 (02:12 +0100)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 24 Feb 2020 21:04:33 +0000 (22:04 +0100)
Whole SDNC strongly depends on the assumption that it is using a
common mariadb-galera instance and that root password is secret
password. Also user and password to sdnc DB is hardcoded.

Let's start working on removing this assumption and component by
component add support for local and shared mariadb instance without
hardcoding any passwords to the database.

In this patch all passwords are still hardcoded in the helm chart to
not break other parts of SDNC. Those values will be removed in a final patch.

Issue-ID: OOM-2309
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I5ca369f43e8863f9ae3ec3f5d648740808a5e099


No differences found