getindata / kedro-kubeflow

Kedro Plugin to support running workflows on Kubeflow Pipelines
https://kedro-kubeflow.readthedocs.io
Apache License 2.0
49 stars 21 forks source link

Support latest Dex #184

Closed mjedrasz closed 1 year ago

mjedrasz commented 1 year ago

Description

Latest kubeflow (1.6) changed Dex login screens and broke obtaining Dex authservice session. This PR accommodates the new Dex login flow.

PR Checklist
szczeles commented 1 year ago

Thanks, @mjedrasz! I have just verified this on Kubeflow 1.6.0 (installed via manifests) and it seems to work well. Just add some test and changelog entry and we're good to merge and deploy

szczeles commented 1 year ago

Merged as https://github.com/getindata/kedro-kubeflow/pull/185