-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Jenkins version 2.426.1
java.runtime.version 17.0.9
Hello! I am trying to have the Strict Crumb Issuer plugin enabled by default in Jenkins via IaC.
When I am in the UI and change the setting there, everything works as expected, but I am receiving "HTTP ERROR 403 No valid crumb was included in the request" when I try to set it up via Groovy setup script. It essentially puts Jenkins into a read-only mode no matter what I try to do. (I cannot create a job or change any settings.)
I am currently on the most up-to-date version of the plugin, and I have attached the code that I'm using below in case I'm missing something in the configuration. Any help is appreciated, thanks!