-
Notifications
You must be signed in to change notification settings - Fork 723
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
reload-configuration-as-code/?casc-reload-token=<token> throws HTTP/1.1 403 Forbidden #2524
Comments
I just noticed that even though it throws 403 error, but the configuration reload is successful. As we have a wehook configured to do a post request to reload configuration and retry if fails, It keeps on retrying every 10 seconds. Which is a problem |
Update: I am running this using official helm chart version 5.3.3 on Openshift Cluster. |
It works when supplying username and password with curl request. I have tried multiple things without success. Any help would be appreciated |
Update: When I do the reload test, it works just well
The moment I put anything in the directory. I tried putting basic authorization configuration
And reload it again
The error reappears. |
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
jenkins/jenkins:2.452.2-lts-alpine docker image platform=linux/amd64
Only controller is involved in the problem
Reproduction steps
Expected Results
Reload successfull with 200 response code
Actual Results
403 Forbidden. Authentication required
Anything else?
No response
The text was updated successfully, but these errors were encountered: