Humair Khan
Humair Khan
**Is your feature request related to a problem? Please describe.** I noticed that there is no support for enabling auth via oauth/OIDC, are there plans to add this? **Describe the...
Hello, it seems this feature was initially added [here](https://github.com/kubeflow/kfctl/pull/271) but was later removed [here]( https://github.com/kubeflow/kfctl/commit/20f20a739cb449db2c362347210ee0ead088f2e0#diff-0cd2fe44eca7e038192e34261390737f73795dc333b6b8cdf9bc008e8d6f57bb) in exchange for annotations. I also can't seem to find why this was changed. We...
### Feature Area ### What feature would you like to see? Currently there is a hard dependency in the launcher for object storage used for artifact passing. Users should have...
### Feature Area ### What feature would you like to see? Currently the Object Store in KFP is largely used for artifacts, except for one outlier, which is the [Pipeline...
### Feature Area /area frontend /area backend ### What feature would you like to see? Make run names unique, and prevent the user from creating a run when a run...
/area backend ### What feature would you like to see? Upgrade to latest Argo 3.4.x ### What is the use case or pain point? 3.3 is no longer being patched...
/kind bug ## What steps did you take and what happened: When using data passing via kfp.components.OutputPath(), kfp.components.InputPath(), we notice that artifacts never make it in to s3 storage, instead...
Tests in CompareV2.test.tsx seem to be very Flaky, and keep resulting in random failures in PRs, I constantly have to re-run these tests to get it fully passing. Some examples...
**Description of your changes:** Frontend Follow up to: https://github.com/kubeflow/pipelines/pull/10625 Resolves the object storage portion of: https://github.com/kubeflow/pipelines/issues/9689 Changes to backend: * For each artifact, add an artifact property in mlmd that...
### Feature Area /area frontend ~~Currently we use Node 14, [which reached end of life in 2023. ](https://github.com/nodejs/Release#end-of-life-releases)~~ Upgrade to a more recent Node version, https://github.com/kubeflow/pipelines/blob/master/frontend/Dockerfile#L1 Edit: We are now...