Skip to content
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

feat(postgres): Support manual postgres certificate deployment #186

Conversation

jsirianni
Copy link
Member

Description of Changes

Postgres TLS certificates are read from a secret set using the backend.postgres.sslsecret.name option. Some users need to manage their certificate injection using an alternative to secrets, usually a system specific to their company.

This change allows users to opt into disabling reading from a secret by introducing a new option backend.postgres.source with valid values of secret and manual. Defaults to secret. When `manual, reading the TLS certificates from a secret will be skipped.

Please check that the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • CI passes
  • Changes to ports, services, or other networking have been tested with istio

@jsirianni jsirianni force-pushed the joesirianni/bpop-1279-helm-allow-postgres-tls-configuration-to-use-volume-mount branch from f43a733 to d4d3e56 Compare December 12, 2024 19:06
@jsirianni jsirianni marked this pull request as ready for review December 12, 2024 19:22
@jsirianni jsirianni requested a review from tbm48813 as a code owner December 12, 2024 19:22
@jsirianni jsirianni merged commit 8ed35f9 into main Dec 12, 2024
22 checks passed
@jsirianni jsirianni deleted the joesirianni/bpop-1279-helm-allow-postgres-tls-configuration-to-use-volume-mount branch December 12, 2024 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants