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

Need TLS / SSL Support #54

Open
bobpach opened this issue May 1, 2023 · 0 comments
Open

Need TLS / SSL Support #54

bobpach opened this issue May 1, 2023 · 0 comments

Comments

@bobpach
Copy link

bobpach commented May 1, 2023

I have a postgres cluster with 2 pgbouncer instances that require SSL for all connections. I am attaching this container as a sidecar to my pgbouncer pod. It would be great if I could set env vars that pull certs from existing secrets in the namespace and have the connection use them when present.

e.g.

    env:
        - name: TLS_CERT
          valueFrom:
            configMapKeyRef:
              name: <my_cert-secret_key_name>
              key: <my_cert_secret_value>
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

No branches or pull requests

1 participant