Skip to content

Commit 6373d01

Browse files
committed
default index
1 parent 4d952b0 commit 6373d01

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

helmfile.d/values/opensearch/dashboards.yaml.gotmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ config:
1212
- Authorization
1313
- securitytenant
1414

15-
opensearchDashboards:
16-
index: .opensearch_dashboards
17-
1815
opensearch_security:
1916
{{ if .Values.opensearch.sso.enabled }}
2017
auth:

helmfile.d/values/opensearch/securityadmin.yaml.gotmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ securityConfig:
99

1010
config:
1111
dynamic:
12+
kibana:
13+
server_username: dashboards
1214
authc:
1315
basic_internal_auth_domain:
1416
description: "Authenticate via HTTP Basic against internal users database"

0 commit comments

Comments
 (0)