temporalio / helm-charts

Temporal Helm charts
MIT License
299 stars 329 forks source link

[Feature Request] Support special characters in elasticsearch credentials #348

Closed tluimes closed 2 months ago

tluimes commented 1 year ago

Support Special Characters in Elasticsearch Credentials

Some special characters are not supported for elasticsearch credentials, as they're not supported by the curl command used by init containers when unquoted.

ex:

until curl --silent --fail --user temporal:T(e-Pa$$word https://elasticsearch-cluster:443/temporal_visibility_v1 2>&1 > /dev/null; do echo waiting for elasticsearch index to become ready; sleep 1; done;
sh: syntax error: unexpected "(" (expecting "do")

Describe the solution you'd like

Additional context

robholland commented 2 months ago

Fixed in #522