v3.3.0 - fixed kibana connection
This commit is contained in:
parent
6e35193643
commit
290894e6f1
@ -37,7 +37,7 @@ spec:
|
|||||||
# \"full_name\": \"Kibana System User\",
|
# \"full_name\": \"Kibana System User\",
|
||||||
# \"enabled\": true
|
# \"enabled\": true
|
||||||
# }"
|
# }"
|
||||||
curl -s -X POST -u "elastic:{{ required ".Values.elasticsearch.password entry is required!" .Values.elasticsearch.password }}" -H "Content-Type: application/json" https://localhost:9200/_security/user/kibana_system/_password -d "{\"password\" : \"{{ required ".Values.kibana.password entry is required!" .Values.kibana.password }}\"}"
|
curl -s -X POST -u "elastic:{{ required ".Values.elastic.password entry is required!" .Values.elastic.password }}" -H "Content-Type: application/json" https://localhost:9200/_security/user/kibana_system/_password -d "{\"password\" : \"{{ required ".Values.kibana.password entry is required!" .Values.kibana.password }}\"}"
|
||||||
echo "user '${KIBANA_USERNAME}' created."
|
echo "user '${KIBANA_USERNAME}' created."
|
||||||
fi
|
fi
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user