'User is missing the Overall/Read permission' error with Jenkins GitHub OAuth Plugin

后端 未结 19 1983
天命终不由人
天命终不由人 2020-12-08 04:24

I\'m using the github oauth plugin for our logins but for all of our users in the Organisation I get an error:

Access Denied

 is missing the Ov         


        
19条回答
  •  我在风中等你
    2020-12-08 04:48

    Fix it by these 2 shell commands on the server (sudo permission is required):

    sudo ex +g/useSecurity/d +g/authorizationStrategy/d -scwq /var/lib/jenkins/config.xml
    sudo /etc/init.d/jenkins restart
    

    This will remove useSecurity and authorizationStrategy lines from your config file.

    See also: Disable security at Jenkins website

提交回复
热议问题