temporalio / helm-charts

Temporal Helm charts
MIT License
321 stars 343 forks source link

[Bug] Unable to disable elastic authentication #200

Closed eufebius closed 5 months ago

eufebius commented 3 years ago

Describe the bug If external elasticsearch is used, u cannot disable user authentification and becauser of that init containers will fail during ES checks ( e.g. aws es service )

To Reproduce Steps to reproduce the behavior:

  1. Deploy with external ES without username, password
  2. Check check-elasticsearch-index init container in server deployment
  3. See error

Expected behavior Add possibility to continue without username, password

robholland commented 5 months ago

I believe https://github.com/temporalio/helm-charts/pull/522 fixes this as while username and password will still be sent, they will be sent empty. It is my understanding that Elasticsearch will be content with this if auth was not enabled. Please re-open if this is not the case.