Nico Becker

Results 3 comments of Nico Becker

The PodDefault resources in the user namespaces are missing. That's why it is not possible to select "Allow access to Kubeflow Pipelines" ```yaml apiVersion: kubeflow.org/v1alpha1 kind: PodDefault metadata: name: access-ml-pipeline...

i assume 8a758fc670dd2a735007ab175c0e825dd3046921 allows the access token to be mounted, if it was selected? What would be the right place to add the above PodDefault? It should be available as...

We deleted the `RequestAuthentication` resource from the kubeflow namespace. After that, authentication against the kf pipelines api server is working as expected. ```sh kubectl delete RequestAuthentication --namespace kubeflow kubeflow-request-auth ```