Skip to content

Commit

Permalink
updated kibana
Browse files Browse the repository at this point in the history
  • Loading branch information
SriPadma8997-egov committed Feb 1, 2025
1 parent 206e1ca commit b074f53
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "kibana.fullname" . }}-config
namespace: {{ .Values.namespace }}
labels: {{ include "kibana.labels" . | nindent 4 }}
data:
{{- range $path, $config := .Values.kibanaConfig }}
Expand Down
15 changes: 11 additions & 4 deletions config-as-code/helm/charts/backbone-services/kibana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,17 @@ serverBasePath: /kibana

# Allows you to add any config files in /usr/share/kibana/config/
# such as kibana.yml
kibanaConfig: {}
# kibana.yml: |
# key:
# nestedkey: value
kibanaConfig:
kibana.yml: |
xpack.security.authc.providers:
basic.basic1:
order: 0
anonymous.anonymous1:
order: 1
credentials:
username: "anonymous_user"
password: "anonymous@123"
# If Pod Security Policy in use it may be required to specify security context as well as service account

Expand Down

0 comments on commit b074f53

Please sign in to comment.