Closed MayurDuduka closed 5 months ago
Hi @MayurDuduka
I had the same issue The error shows "no encryption" The default rds.forcessl parameter is set to 1 since RDS PostgreSQL version 15 You need to run temporal-sql-tool with parameters --tls --tls-ca-file bundle.pem_ Regarding bundle.pem file, certificate bundles for specific aws regions can be found here Also, in values.yaml, enable tls sections:
tls:
enabled: true
The schema jobs were not correctly configured to setup TLS. This has been fixed in https://github.com/temporalio/helm-charts/pull/411.
What are you trying to do?
Trying to deploy self-hosted Temporal on AWS EKS cluster with AWS Postgres RDS as persistence layer. I'm following this custom values file for reference. however, the setup-schema job is failing with the below-mentioned error.
Describe the bug
Minimal Reproduction
Environment/Versions
Additional context