Reverting the monitor-dashboard password to template.
Pingou removed the special chars, should help prevent attempts at evaluation or commenting parts of the password string.
This commit is contained in:
parent
e7990b05fe
commit
8caf5318b7
3 changed files with 1 additions and 13 deletions
|
@ -35,12 +35,6 @@
|
||||||
template: dashboard_config.yml
|
template: dashboard_config.yml
|
||||||
objectname: dashboard_config.yml
|
objectname: dashboard_config.yml
|
||||||
|
|
||||||
|
|
||||||
- role: openshift/object
|
|
||||||
app: monitor-dashboard
|
|
||||||
template: secret.yml
|
|
||||||
objectname: secret.yml
|
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: monitor-dashboard
|
app: monitor-dashboard
|
||||||
file: service.yml
|
file: service.yml
|
||||||
|
|
|
@ -16,7 +16,7 @@ data:
|
||||||
default: true
|
default: true
|
||||||
user: datanommer_ro
|
user: datanommer_ro
|
||||||
secureJsonData:
|
secureJsonData:
|
||||||
password: "$DATANOMER_PWD"
|
password: {{ datanommer_ro_password }}
|
||||||
jsonData:
|
jsonData:
|
||||||
sslmode: "disable" # disable/require/verify-ca/verify-full
|
sslmode: "disable" # disable/require/verify-ca/verify-full
|
||||||
maxOpenConns: 0 # Grafana v5.4+
|
maxOpenConns: 0 # Grafana v5.4+
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
- apiVersion: v1
|
|
||||||
data:
|
|
||||||
DATANOMER_PWD: "{{ datanommer_ro_password | b64encode }}"
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: datanommer-secret
|
|
Loading…
Add table
Add a link
Reference in a new issue