-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins v 2.32.3 via jenkins:alpine docker container
Github Authentication Plugin v 0.25
I have github oauth plugin connected to a team at github. I have GitHub Committer Authorization Strategy enabled. Admin users work correctly, but non-admin users receive a "Access Denied foo is missing the Overall/Read permission"
I do not want to enable Read to All Authenticated Users. I want members of the organization to be able to READ and BUILD, exactly like Github Committer Authorization Strategy describes.
- duplicates
-
JENKINS-27844 Improve Use Github repository permissions
-
- Open
-
[JENKINS-42509] authenticated team members should have read/build permissions when using Github Committer Authorization Strategy
Link | New: This issue duplicates JENKINS-27844 [ JENKINS-27844 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
I found the following snippet of docs related to matrix based authentication:
"organization - give permissions to every user that belongs to a specific GitHub organization. You have to be a public member of the organization for the authorization to work correctly."
Does this mean that team members will have to be public members of the organization in order to have access?