Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Quote ES credentials #505

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

VLZZZ
Copy link
Contributor

@VLZZZ VLZZZ commented Jun 18, 2024

What was changed

Elasticsearch plaintext credentials are now escaped to respect password which contains special characters

Why?

Without this change it's impossible to use password with specials characters which might be obligatory for some 3rd party managed Elasticsearch solutions.
E.g. - When using AWS Opensearch you're obliged to use special symbols if using master password istead of IAM auth.

Checklist

  1. Closes [Bug] Can't use specials character in password with the Elasticsearch visibility storage #504

  2. How was this tested:
    We're using custom fork with this change already.

  3. Any docs updates needed?
    No

@VLZZZ VLZZZ requested a review from a team as a code owner June 18, 2024 21:50
@robholland robholland changed the title fix: Escape ES credentials Fix: Quote ES credentials Jun 19, 2024
@robholland robholland merged commit aca7017 into temporalio:master Jun 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Can't use specials character in password with the Elasticsearch visibility storage
2 participants