You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
Had to change this from the example which says elastic-credentials but it must mean elastic-config-credentials as that is the name of the secret. Otherwise I get Error: secret "elastic-credentials" not found.
With that change I can install everything.
The example curl of curl -u elastic:changeme http://localhost:9200/_cat/indices does indeed give a 200 response. But so does curl http://localhost:9200/_cat/indices. It doesn't force me to supply the user and password.
The text was updated successfully, but these errors were encountered:
@jmlrt that will get past the secret not found error and I made that change locally. But even with that change I get a 200 from curl http://localhost:9200/_cat/indices. If basic auth is being enforced then that should be unauthorized.
ryandawsonuk
changed the title
basic auth not being enforced
basic auth not being enforced for http
Jan 6, 2021
Am following the config example to set basic auth. Have cloned the repo and am following it exactly except for this one change:
Had to change this from the example which says elastic-credentials but it must mean elastic-config-credentials as that is the name of the secret. Otherwise I get
Error: secret "elastic-credentials" not found
.With that change I can install everything.
The example curl of
curl -u elastic:changeme http://localhost:9200/_cat/indices
does indeed give a 200 response. But so doescurl http://localhost:9200/_cat/indices
. It doesn't force me to supply the user and password.The text was updated successfully, but these errors were encountered: