elyra icon indicating copy to clipboard operation
elyra copied to clipboard

Support more configuration on authentication providers

Open edwardzjl opened this issue 2 years ago • 1 comments

Elyra now supports 5 authentication methods, no_authentication, kubernetes_service_account_token, dex_static_password, dex_ldap and dex_legacy.

Currently we are running kubeflow under protection of oidc-authservice which connects to our own idp, not dex.

Is it possible to provide a more flex configuration on authentication?

edwardzjl avatar Jun 20 '22 08:06 edwardzjl

At first glance adding support would require implementation of a new authenticator class in https://github.com/elyra-ai/elyra/blob/main/elyra/pipeline/kfp/kfp_authentication.py. Contributions are welcome!

ptitzler avatar Jun 20 '22 15:06 ptitzler