You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to setup a temporal cluster with Cassandra as the default store and OpenSearch as the visibility store.
After going through the CRDs and source it looks like all the pieces are in place to support TLS access to elastic/open search for the visibility store.
don't seem to support the addition of TLS certificates.
It looks like the tls section in the visibility store manifest section is used for the other database options just not for open/elastic search, is that being added?
I don't see a work around at the moment apart from switching to the helm based installation of temporal, or modifying the operator to support this feature.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to setup a temporal cluster with Cassandra as the default store and OpenSearch as the visibility store.
After going through the CRDs and source it looks like all the pieces are in place to support TLS access to elastic/open search for the visibility store.
For example:
However the
schema-script-runner
runningsetup-visibility-schema.sh
fails with TLS errors from the curl requests:curl: (60) SSL certificate problem: unable to get local issuer certificate
The curl requests in
temporal-operator/internal/resource/persistence/template.go
Line 85 in c4be5cd
It looks like the tls section in the visibility store manifest section is used for the other database options just not for open/elastic search, is that being added?
I don't see a work around at the moment apart from switching to the helm based installation of temporal, or modifying the operator to support this feature.
Temporal added support for elasticsearch TLS with this PR: temporalio/temporal#5134
Beta Was this translation helpful? Give feedback.
All reactions