-
Notifications
You must be signed in to change notification settings - Fork 869
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support TLS for elasticsearch #5134
Support TLS for elasticsearch #5134
Conversation
5d2a817
to
93d040a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be consistent in how we report errors; I've added some suggestions that'll fix that for you. I'd also appreciate it if our tests ensured that the TLS config works, not just whether we return an error
common/persistence/visibility/store/elasticsearch/client/client_v7.go
Outdated
Show resolved
Hide resolved
Co-authored-by: Tim Deeb-Swihart <409226+tdeebswihart@users.noreply.github.com>
Co-authored-by: Rodrigo Zhou <rodrigozhou@users.noreply.github.com>
@tuyenpthust what did you use to generate those test certificates? They just got expired and we need to generate new ones. |
What changed?
Add config TLS for elasticsearch
Why?
Currently client connection to elasticsearch not support self-certificate TLS configuration
#3292
#3939
How did you test it?
Unit-test, local test
Potential risks
Is hotfix candidate?