Integrate with the dex-auth-info
interface to set OIDC_PROVIDER
value
#156
Labels
enhancement
New feature or request
Context
This charm can be considered as an OIDC client that connects to Dex for handling Charmed Kubeflow authorization. It should be integrated with
dex-auth
to get the OIDC provider's information.dex-auth
will be introducing a new interface to broadcast Dex's info in canonical/dex-auth-operator#203, to enable OIDC clients like this charm to integrate to it.oidc-gatekeeper
should be able to integrate with this interface and use Dex's issuer info for setting the value ofOIDC_PROVIDER
.What needs to get done
OIDC_PROVIDER
Definition of Done
The
OIDC_PROVIDER
value is set using the relation data instead of it coming from thepublic-url
configuration option.The text was updated successfully, but these errors were encountered: