canonical / oidc-gatekeeper-operator

Charmed OIDC Gatekeeper
Apache License 2.0
0 stars 7 forks source link

feat: add OIDC_AUTH_URL and AFTER_LOGIN_URL env variables (#136) #137

Closed DnPlas closed 4 months ago

DnPlas commented 4 months ago

These variables are required by the OIDC Authservice to correctly redirect users along the authentication flow.

These variables are required because the default behaviour of OIDC Authservice is to redirect to URLs that can be undesired, by setting them up, we have a deterministic way of setting where users should be redirected.

Part of canonical/bundle-kubeflow#608 Fixes #138