Dashboard username and password removed from yml
This commit is contained in:
parent
e51e893556
commit
35a14f3569
@ -5,8 +5,6 @@ opensearch.hosts:
|
|||||||
- https://{{ item }}:{{ indexer_http_port }}
|
- https://{{ item }}:{{ indexer_http_port }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
opensearch.ssl.verificationMode: certificate
|
opensearch.ssl.verificationMode: certificate
|
||||||
opensearch.username: {{ dashboard_user }}
|
|
||||||
opensearch.password: {{ dashboard_password }}
|
|
||||||
opensearch.requestHeadersWhitelist: ["securitytenant","Authorization"]
|
opensearch.requestHeadersWhitelist: ["securitytenant","Authorization"]
|
||||||
opensearch_security.multitenancy.enabled: true
|
opensearch_security.multitenancy.enabled: true
|
||||||
opensearch_security.readonly_mode.roles: ["kibana_read_only"]
|
opensearch_security.readonly_mode.roles: ["kibana_read_only"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user