helm-charts
helm-charts copied to clipboard
Can't disable Jenkins login page
Describe the bug
I am trying to disable the login page of Jenkins, i did the configurations as below, but it's not working, Jenkins keep showing the login page,
jenkins: controller: JCasC: securityRealm: |- local: allowsSignup: false enableCaptcha: false authorizationStrategy: |- loggedInUsersCanDoAnything: allowAnonymousRead: true
when I check jenkins-jenkins-jcasc-config config map, the configuration is the same, and the changes I have made on the helm values, not getting affect on the config map configurations.
Version of Helm and Kubernetes
- Helm: v3.14.3
- Kubernetes: EKS 1.27
Chart version
latest
What happened?
1.
2.
3.
...
What you expected to happen?
When i apply above mentioned configuration, i can reach Jenkins home page without login
How to reproduce it
No response
Anything else we need to know?
No response