elyra-ai / elyra

Elyra extends JupyterLab with an AI centric approach.
https://elyra.readthedocs.io/en/stable/
Apache License 2.0
1.86k stars 344 forks source link

Add support for static bearer token authentication for KFP #3124

Closed ptitzler closed 1 year ago

ptitzler commented 1 year ago

This PR extends the existing Kubeflow authentication support. The new EXISTING_BEARER_TOKEN authentication type enables users to authenticate using a static token value. Elyra passes the specified token as-is to the server.

A Kubeflow Pipelines runtime configuration must be configured as follows to utilize this authentication type:

The token input field is masked by default.

image

Closes #3107

What changes were proposed in this pull request?

How was this pull request tested?