Skip to content

Commit

Permalink
jenkins: revert back to ambiguous permissions
Browse files Browse the repository at this point in the history
Apparently the Jenkins OpenShift plugin is not compatible with that, and
it nukes the whole matrix on every login. *sigh*
  • Loading branch information
mrc0mmand committed Sep 28, 2023
1 parent 36fca75 commit cadd8c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jenkins/jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jenkins:
# Allow viewing jobs to anonymous users
# Note: this _replaces_ the whole permissions matrix
permissions:
- "USER:Job/Discover:anonymous"
- "USER:Job/Read:anonymous"
- "USER:Job/ViewStatus:anonymous"
- "USER:Overall/Administer:mrc0mmand-admin-edit-view"
- "USER:Overall/Read:anonymous"
- "Job/Discover:anonymous"
- "Job/Read:anonymous"
- "Job/ViewStatus:anonymous"
- "Overall/Administer:mrc0mmand-admin-edit-view"
- "Overall/Read:anonymous"

globalNodeProperties:
# Set LANG=en_US.utf8 everywhere to avoid encoding issues when viewing
Expand Down

0 comments on commit cadd8c6

Please sign in to comment.