You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to use oauth2-proxy in front of Kubernetic? In general it's working as usually, but I cannot make "users" work, so all users just going to use admin local default account.
I added a few specific arguments to oauth2-proxy, so it should pass headers to kubernetic, like X-Auth-Request-User, X-Auth-Request-Groups, X-Auth-Request-Email and X-Auth-Request-Preferred-Username
Hello,
how to use oauth2-proxy in front of Kubernetic? In general it's working as usually, but I cannot make "users" work, so all users just going to use admin local default account.
I added a few specific arguments to oauth2-proxy, so it should pass headers to kubernetic, like
X-Auth-Request-User
,X-Auth-Request-Groups
,X-Auth-Request-Email
andX-Auth-Request-Preferred-Username
https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview/
but I'm unsure if the headers passed to Kubernetic, and if Kubernetic should react on those.
The text was updated successfully, but these errors were encountered: