-
Notifications
You must be signed in to change notification settings - Fork 182
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
OIDC authorization error: 400 bad request #390
Comments
Not sure about where the issue lies, could you follow the Troubleshooting section in our Readme and attach some screenshots of the errors you saw? Also make sure your script doesn't end with a `
|
Hi @yuqiuw, Yes, secret are already in place, and values are not ends with a `
|
Could you attach the logs generated on server side by Sorry for the late response, we're also just part-time voluntary maintainers, and I'm recently just too busy with work inside of the team |
hi
2023-03-24T13:27:45.203Z GET /oidc 500 We added respective clusterrole and cluster bindings as well |
Hi All,
Here are the steps in-details,
Followed the mentioned link to install the skooner,
Deployment.yml
kubectl create secret -n kube-system generic skooner
--from-literal=url=$OIDC_URL
--from-literal=id=$OIDC_ID
--from-literal=secret=$OIDC_SECRET`
Pod Error logs,
POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews -> https://10.100.0.1:4432023-02-07T07:46:03.526Z POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews 403An error occurred during the request OPError: expected 200 OK, got: 400 Bad Request at processResponse (/usr/src/app/node_modules/openid-client/lib/helpers/process_response.js:41:11) at Function.discover (/usr/src/app/node_modules/openid-client/lib/issuer.js:179:18) at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:97:5) at async getOidcProvider (/usr/src/app/index.js:143:20) at async getOidcEndpoint (/usr/src/app/index.js:132:22) at async getOidc (/usr/src/app/index.js:80:30) { error: 'expected 200 OK, got: 400 Bad Request'} GET /oidc
Thanks for reading and supporting.
Navamaniraj.M
The text was updated successfully, but these errors were encountered: