Kibana: Switched to username:password because service account tokens do not get automatically refreshed

This commit is contained in:
florian 2025-10-23 19:43:47 +02:00
parent 704711a3de
commit 8da13b3b5a

View File

@ -23,11 +23,13 @@ spec:
value: "https://kibana.gansejunge.com"
- name: ELASTICSEARCH_HOSTS
value: "http://elasticsearch:9200"
- name: ELASTICSEARCH_SERVICEACCOUNTTOKEN
- name: ELASTICSEARCH_USERNAME
value: "kibana_system"
- name: ELASTICSEARCH_PASSWORD
valueFrom:
secretKeyRef:
name: kibana-api-key
key: ELASTICSEARCH_API_KEY
name: kibana-credentials
key: password
- name: XPACK_SECURITY_ENCRYPTIONKEY
valueFrom:
secretKeyRef: