canonical / oidc-gatekeeper-operator

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

Add missing env variables for configuring OIDC Authservice redirects #138

Closed DnPlas closed 4 months ago

DnPlas commented 4 months ago

Context

The charmed oidc-gatekeeper is missing some env variables that configure the redirection behaviour under certain circumstances 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.

What needs to get done

Add the missing env variables to correctly set up the redirect behaviour of OIDC Authservice.

Definition of Done

Variables are present and the redirections occur as expected.

syncronize-issues-to-jira[bot] commented 4 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5389.

This message was autogenerated

DnPlas commented 4 months ago

Fixed by https://github.com/canonical/oidc-gatekeeper-operator/pull/137 and https://github.com/canonical/oidc-gatekeeper-operator/pull/136