wscalf
08/07/2023, 6:46 PMwscalf
08/07/2023, 6:46 PMecordell
08/07/2023, 6:50 PMca.crt in the secret you pass to datastoreTLSSecretName it will wire it into the postgres connectionwscalf
08/07/2023, 6:55 PMecordell
08/07/2023, 7:00 PMdatastore_uri in the config secret (that you pass in .spec.secretName)
I should mention that the TLS certs get mounted under /spicedb-db-tls so when you build your postgres uri you'll want to reference it, i.e.:
postgres://username:password@rds_url:5432/db-name?sslmode=verify-ca&sslrootcert=/spicedb-db-tls/ca.crtwscalf
08/07/2023, 7:01 PM