aws-samples / serverless-jenkins-on-aws-fargate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.IllegalArgumentException: Permission can not be null for sid:authenticated

sravanikollipara opened this issue · comments

Post provisioning the terraform and I see below errors on Jenkins console.

I have used same configuration as it is for plugins and jenkins.yaml.tpl

Screen Shot 2021-09-21 at 11 47 05 AM

I have the same issue ; how to resolve ?
image

Hi @sravanikollipara @arawak-consulting, let me take a look into it for your.

For now, one option to try would be to change few lines in this file: https://github.com/aws-samples/serverless-jenkins-on-aws-fargate/blob/main/modules/jenkins_platform/docker/files/jenkins.yaml.tpl#L17

from

                - "Overall/Read:authenticated"
                - "Job/Read:authenticated"
                - "View/Read:authenticated"

to

                - "Overall/Read:anonymous"
                - "Job/Read:anonymous"
                - "View/Read:anonymous"

Kind regards,
Alex

Unfortunately I was not able to reproduce this issue in #21 therefor closing this. Please feel free to re-open with details step to reproduce this issue.