-
Notifications
You must be signed in to change notification settings - Fork 344
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
added tls configuration for elasticsearch #547
base: main
Are you sure you want to change the base?
Conversation
|
did we modified helper functions to accommodate this change.? in code below, it should be something like $driverConfig.tls.secretName instead $driverConfig.secretName.? can someone confirm if it is thoroughly tested because we continue to see secrets not found error. {{- define "temporal.persistence.elasticsearch.secretName" -}} Error: |
Hey @harsha2650, It was more for external elastic server rather than the provided one I didn't test because the chart we are using it is deprecated. I am happy to work on the provided elastic part too can you provide some example yaml file I can fix it? |
Hi @0xHexE , We have tried several ways by including all the changes in this PR but continuing to see the error "MountVolume.SetUp failed for volume "elasticsearch-certs" : secret "elasticsearch-certs" not found". Can we please request team to test this helm chart version thoroughly.? Deployment file is still not recognising the secrets, we also noticed some open bug's around this issue, not sure if they were fixed. please advise Thank you so much for looking into it. |
Hey @harsha2650, I will try to fix the issues you mentioned. Can you please share any example values yaml which are causing this issue. And as I mentioned earlier the elasticsearch helm is deprecated we need to use operator version or bitnami version. And one more thing we moved to to this operator https://github.com/alexandrevilain/temporal-operator we faced lot of issues with the chart you can try this too. |
What was changed
Added TLS Configuration for external elasticsearch
Why?
If we have external elasticsearch then we should able to connect to elasticsearch
Checklist
Closes [Feature Request] Add TLS support for es-visibility in the helm chart #447
How was this tested: