Jenkins 403 pipline plugin

Hi All,

I am trying to set up jenkins with helm. The deployment works but I am running into a 403…

So the basic install is with these plugins:

  installPlugins:
    - azure-ad:476.vd1c42682ea_6a_  
    - azure-keyvault:251.vcfe31c013dc7

Controller:

controller:
  # -- Used for label app.kubernetes.io/component
  componentName: "jenkins-controller"
  image:
    # -- Controller image registry
    registry: "docker.io"
    # -- Controller image repository
    repository: "jenkins/jenkins"

    # -- Controller image tag override; i.e., tag: "2.440.1-jdk17"
    tag: '2.457-jdk17'

This lets me login and manage jenkins. after then installing:

Now when you try to configure the plugin you get this in the console:

Pressing save will get you this the oops page with an ID.
This log ID will give you these logs:

May 13, 2024 9:11:40 AM WARNING hudson.init.impl.InstallUncaughtExceptionHandler handleException

Caught unhandled exception with ID 7f104943-13d3-44ce-81d1-0a1f28dee43b
java.lang.NullPointerException: Cannot invoke "String.getBytes(java.nio.charset.Charset)" because "script" is null

<snip>

Caused: java.lang.LinkageError: Failed to instantiate class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition from {"stapler-class":"org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition","$class":"org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition"}

<snip>

Caused: javax.servlet.ServletException

After a few days of tryig to get this to work I am running out of options… Anyone got a usefull hint / tip to get this resolved?