cryostatio / cryostat-operator

A Kubernetes Operator to facilitate the setup and management of Cryostat.
https://cryostat.io
Apache License 2.0
34 stars 19 forks source link

[Request] Allow oauth2_proxy configuration passthrough #935

Open andrewazores opened 2 weeks ago

andrewazores commented 2 weeks ago

Describe the feature

https://github.com/cryostatio/cryostat/issues/629

If the Operator allows full configuration of the oauth2_proxy, then not only can users create Basic auth configurations for user auth, but could also configure the proxy to delegate to a proper external OAuth provider. This would be more on par with the OpenShift OAuth Proxy.

Anything other information?

No response

andrewazores commented 2 weeks ago

Related to #830. At the least, solving that first would make development iterations on this one quicker and easier for our team.