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
KFP SDK version:
2.3.0 (would affect any earlier 2.* versions at well)
All dependencies version:
N/A
Steps to reproduce
In a Notebook environment, the client initialization would stuck waiting for authentication, but there's no input box for user to paste the authentication URL.
Expected result
Expect to see an input box, so users can paste a authentication link.
Per @gkcalat 's investigation, the workaround could be setting one of the following ENV variable to mimic a SSH connection.
Environment
KFP version:
2.0.1 (from Kubeflow 1.8.0-rc.1)
KFP SDK version:
2.3.0 (would affect any earlier 2.* versions at well)
All dependencies version:
N/A
Steps to reproduce
In a Notebook environment, the client initialization would stuck waiting for authentication, but there's no input box for user to paste the authentication URL.
![image](https://private-user-images.githubusercontent.com/2043310/274018045-61a90b42-fc1f-4006-800e-c559db7e86ba.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjIzODgsIm5iZiI6MTczOTQyMjA4OCwicGF0aCI6Ii8yMDQzMzEwLzI3NDAxODA0NS02MWE5MGI0Mi1mYzFmLTQwMDYtODAwZS1jNTU5ZGI3ZTg2YmEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMDQ0ODA4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzljMzExOGViMTZmZDYwOTkwMGExMmQ0NTFiMGY1YmIxMGEzYzJjYWE1YjNlYTI5Y2YxOTU4ZDhhMWQ0MzJmMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.jQ5R6R9QlComTDuypSmi7BNvc7JPPzJP4ysHhUEaQ5I)
Expected result
Expect to see an input box, so users can paste a authentication link.
Per @gkcalat 's investigation, the workaround could be setting one of the following ENV variable to mimic a SSH connection.
pipelines/sdk/python/kfp/client/auth.py
Line 264 in 2131dfa
After that, the input box would appear, and users can authenticate correctly.
Materials and Reference
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: