Ed Henry
08/17/2023, 5:51 PMkedro kubeflow
commands.
The error I'm getting is here: https://gist.github.com/edhenry/bcfd22a6e6cddfcd43c5643a15e1efb9
I've configured the plugin host:
variable as such host: <http://kf-01.com/pipelines>
and the error in the gist above is thrown. Oddly enough, when I add the s
for connecting over 443 the connection is denied as expected because we're not running any services on 443 currently.
Any ideas why the plugin isn't parsing the prefix correctly from the host
var?Aleksander Jaworski
08/18/2023, 2:58 PMmarrrcin
08/21/2023, 7:26 AMkubeflow.yml
config file stored?
3. How do you authorize to Kubeflow Pipelines instance?Ed Henry
09/05/2023, 11:34 PM./conf/local
dir
3~./conf/local
dir
3. https://kedro-kubeflow.readthedocs.io/en/0.7.4/source/03_getting_started/05_authentication.html#kfp-behind-dex-with-authserviceoauth2:
skipApprovalScreen: false
Setting it to
oauth2:
skipApprovalScreen: true
Fixed it.'/dex/auth/local/login\\?req=[^"]*'
-> '/dex/auth/local/login\\?back=[^"]*'
I assume, however though, this is because we're rolling an old(er) version of dex on our cluster.