-
Bug
-
Resolution: Unresolved
-
Critical
If enable BLUEOCEAN_FEATURE_JWT_AUTHENTICATION=true UI Blueocean don't working.
Use docker-compose config:
services: jenkins: image: jenkins/jenkins:2.107.1 environment: JAVA_OPTS: "-DBLUEOCEAN_FEATURE_JWT_AUTHENTICATION=true" restart: unless-stopped volumes: - jenkins_data:/var/jenkins_home version: '3' volumes: jenkins_data: {}
Having the same issue. It seems to be caused by an old version of the buffer library being included in the core-js bundle. This results in the public key (returned by the server after the call to get the JWT token) not being processed correctly when trying to verify the JWT signature.