Commit 8e4b952
committed
DISTMYSQL-406: Orchestrator exposes MySQLOrchestratorPassword variable
https://perconadev.atlassian.net/browse/DISTMYSQL-406
Problem:
Error log contains password of Orchestrator's backend database
Cause:
Commit b8b30e6 passed the whole connection URI to the logger as a
context to be displayed together with logs. The problem was only for
Orchestrator's backend database. Managed instances were unaffected.
Solution:
Pass only host and port as a context to be displayed together with logs.1 parent be6a8d5 commit 8e4b952
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments