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
{{ message }}
This repository was archived by the owner on Sep 10, 2022. It is now read-only.
Currently, the Airflow operator doesn't enable authentication/authorization for Airflow users. We would like to:
Here are some examples of existing "Login with OpenShift" implementations:
OAuth + JupyterHub Authenticator = OAuthenticator (login with OpenShift)
https://github.com/jupyterhub/oauthenticator
https://github.com/jupyterhub/oauthenticator/blob/master/oauthenticator/openshift.py
https://github.com/AICoE/jupyterhub-ocp-oauth/blob/master/.jupyter/jupyterhub_config.py
OpenShift Authentication Integration with ArgoCD
https://www.openshift.com/blog/openshift-authentication-integration-with-argocd
https://github.com/dexidp/dex/blob/master/Documentation/connectors/openshift.md
https://github.com/dexidp/dex/blob/master/connector/openshift/openshift.go