v3.3.0 - replace https by http
This commit is contained in:
parent
7e77d5c8a6
commit
e49e14e71c
@ -29,7 +29,7 @@ spec:
|
|||||||
echo "user '${KIBANA_USERNAME}' already exists."
|
echo "user '${KIBANA_USERNAME}' already exists."
|
||||||
else
|
else
|
||||||
echo "creating user '${KIBANA_USERNAME}'..."
|
echo "creating user '${KIBANA_USERNAME}'..."
|
||||||
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 }}\"}"
|
curl -s -X POST -u "elastic:{{ required ".Values.elastic.password entry is required!" .Values.elastic.password }}" -H "Content-Type: application/json" http://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