-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kfp_server_api.exceptions.ApiException: (500) - failed to authenticate with kubeflow pipeline #7777
Comments
By further research, found How to do programmatic authentication with Dex? #140. By modifying the code as per the solution provided there, it worked. Please clarify if this we need to do. If so, please confirm where it is documented?
|
|
@oonisim Please confirm that you are able to use Kubeflow dashboard without port forwarding. Then you can create KFP client using the URL endpoint to pipeline. |
Closing this issue. No activity for more than a year. /close |
@rimolive: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Objective
Please provide the steps how to implement the authentication for Kubeflow pipeline addressed in Add authentication with ServiceAccountToken #5138
Background
The Kubeflow sdk - error in client.list_experiments() refers to Kubeflow sdk - error in client.list_experiments() #6120 github issue through which the author looks fixed the issue.
However, I could not figure out what is exactly the cause and how to fix it. It looks Connecting to Kubeflow Pipelines using the SDK client gives the configurations but not sure how exactly I need to do.
Reproduction steps
and
Got the error.
The text was updated successfully, but these errors were encountered: