oauth2-proxy / manifests

For hosting manifests to allow for the deployment of OAuth2-Proxy/OAuth2-Proxy
Apache License 2.0
170 stars 153 forks source link

Defining CA file for Redis connections #209

Closed BitForger closed 5 months ago

BitForger commented 5 months ago

Hi, I'm trying to figure out if there is a way to get a CA file into the proxy instance so that it can use it to verify TLS with my hosted Redis instance. Is this possible, and if so, how would I do that?

pierluigilenoci commented 5 months ago

Hi @BitForger, I would like to know precisely what you would like to achieve.

Still, indeed, any file can be loaded into the proxy container using, for example, volume mounting, via a sidecar and you can load any extra manifests you want. Of course, the sidecar can also be used to take the tests you need.

Is the answer sufficient for your needs?

BitForger commented 5 months ago

@pierluigilenoci thanks! I think that answers the question. I'm not really picky on how it gets to the proxy, just that it gets there. So it could be mounting via sidecar or through a k8s secret. I have the file or the base64 encoded version of the file.

pierluigilenoci commented 5 months ago

Issue closed because doubts have been satisfied. 🚀