-
Notifications
You must be signed in to change notification settings - Fork 886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Jwt issuer is not configured #2840
Comments
by my test, in
will get error
its ok,this will get
will get
will get dont know why |
@jaffe-fly could you provide some more information about
My hunch is that because in 1.9 Istio must be able to parse the JWT tokens in |
install kubeflow from
manifests/example/kustomization.yaml Line 43 in 2d77438
here installed so How should I configure it? |
i am having the same issue even after updating AuthorizationPolicy manifest |
/transfer manifests |
Cc @kromanow94 |
See also #2832 Please try with Kind first as detailed in the readme. And read our internal oauth2-proxy documentation in kubeflow/manifests/common/oauth2-proxy |
@kimwnasptd was correct, in my case (RKE cluster with a non-compliant OIDC setup). I was able to resolve this issue by manually adding the JWKS public key for my cluster to the RequestAuthentication manifest for machine-to-machine authentication. The m2m cron job should do this normally. |
Hey everyone, I am not sure why a CronJob was ever used for this purpose. If you want a reliable workaround which uses the JWKS URI of the ClusterAPI directly, please see:We will implement it in the next patch release. |
Closed in favor of #2850 |
Environment
k8s version v1.29.5
use kubeflow manifests deploy 1master branch
git log -1
2.2.0
2.7.0
o
Steps to reproduce
follow this link https://www.kubeflow.org/docs/components/pipelines/user-guides/core-functions/connect-api/#full-kubeflow-subfrom-inside-clustersub
in
my-profile
namespace of kubeflow,and in notebookconfigurations
have add pipeline access token,code is
get following errpr:
my
poddefault
ismy
RoleBinding
isExpected result
Materials and reference
Labels
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: