Closed ptitzler closed 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.
EXISTING_BEARER_TOKEN
A Kubeflow Pipelines runtime configuration must be configured as follows to utilize this authentication type:
The token input field is masked by default.
Closes #3107
make docs
elyra/tests/pipeline/kfp/test_kfp_authentication.py
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:
EXISTING_BEARER_TOKEN
as Authentication TypeThe token input field is masked by default.
Closes #3107
What changes were proposed in this pull request?
How was this pull request tested?
make docs
elyra/tests/pipeline/kfp/test_kfp_authentication.py
)