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
In Python SDK there's an kfp.Client's property called existing_token. This argument comes very handy in environments where KFP uses external auth providers etc. KFP CLI is unusable in these environments, since its users can't use --existing-token option there.
What is the use case or pain point?
Being unable to use KFP CLI simply because there's one missing option which exists in the underlying SDK is very unfortunate.
Is there a workaround currently?
Users have to use Python SDK's kfp.Client directly.
Love this idea? Give it a 👍.
The text was updated successfully, but these errors were encountered:
Feature Area
/area sdk
What feature would you like to see?
In Python SDK there's an
kfp.Client
's property calledexisting_token
. This argument comes very handy in environments where KFP uses external auth providers etc. KFP CLI is unusable in these environments, since its users can't use--existing-token
option there.What is the use case or pain point?
Being unable to use KFP CLI simply because there's one missing option which exists in the underlying SDK is very unfortunate.
Is there a workaround currently?
Users have to use Python SDK's
kfp.Client
directly.Love this idea? Give it a 👍.
The text was updated successfully, but these errors were encountered: