Adrian Paleacu
Adrian Paleacu
I'm pro for Oauth2 integration
Most of the mid-large organizations use OAuth2 with respect to the in-house security policies. Also a good practice is to use a service account instead of a regular (human) user....
I think is possible to manually install some Kubeflow components that are 1.22 ready. Istio 1.11 Kserve Knative Profile etc.. you have to try them out
I bump into approval_prompt for v1.9, but yes the docs are missing curl -XPOST -v "http://sklearn-iris.kubeflow-user-example-com.svc.cluster.local/v1/models/sklearn-iris:predict" -H "Authorization: Bearer $(cat /run/secrets/kubernetes.io/serviceaccount/token)" -d '{"instances": [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5,...
KServe is right but for internal K8s JWT tokens not with OAuth-proxy tokens that are generated outside the cluster.