-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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
and X-Auth-Request-Preferred-Username
https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview/
- '--pass-user-headers=true'
- '--set-authorization-header=true'
- '--set-xauthrequest=true'
- '--pass-access-token=true'
but I'm unsure if the headers passed to Kubernetic, and if Kubernetic should react on those.
Metadata
Metadata
Assignees
Labels
No labels