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

后端 未结 19 1900
天命终不由人
天命终不由人 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 05:08

    Have you followed this step, from the plugin page?

    Control user authorization (i.e. who is allowed to see the jobs and build them) using the Github Commiter Authorization Strategy

    Also, make sure you actually allow authenticated users to access Jenkins

    • Under Jenkins global configuration, under Authorization, add user/group called authenticated
    • Give that group Overall Read permission
    • The group should show up with a "group" icon (two users), as opposed to single user icon.

提交回复
热议问题