-
Bug
-
Resolution: Unresolved
-
Minor
-
None
I'm trying to deploy jenkins with the helm chart https://charts.jenkins.io, and that together with the google-login plugin is already installed and configured.
I'm setting it up like this in values.yaml:
- google - google-login configuration must be provided
security:
realm: google
realmConfig:
clientId: client-id
clientSecret: client-secret
domain: domain
However, when I apply the helm, at jenkins startup, the following message is displayed:
- WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class org.csanchez.jenkins.plugins.kubernetes.PodTemplate#listener: type is abstract but not Describable.
- SEVERE jenkins.InitReactorRunner$1#onTaskFailed: Failed ConfigurationAsCode.init
- SEVERE hudson.util.BootFailure#publish: Failed to initialize Jenkins
- jenkins java.lang.IllegalArgumentException: Single entry map expected to set hudson.security.SecurityRealm
I tried to look for something on the internet, but without success.