Skip to content

Commit

Permalink
Give Ed Merks "Overall/SystemRead" permission on Oomph JIPP
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Aug 6, 2024
1 parent 02b19b3 commit 8fa074f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 1 deletion.
4 changes: 4 additions & 0 deletions instances/tools.oomph/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local permissionsTemplates = import '../../templates/permissions.libsonnet';

{
project+: {
fullName: "tools.oomph",
Expand All @@ -11,6 +13,8 @@
"multiple-scms",
"zentimestamp",
],
permissions+:
permissionsTemplates.user("[email protected]", ["Overall/SystemRead"]),
},
clouds+: {
kubernetes+: {
Expand Down
9 changes: 8 additions & 1 deletion instances/tools.oomph/target/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,14 @@
"View/Read"
]
}
},
{
"user": {
"name": "[email protected]",
"permissions": [
"Overall/SystemRead"
]
}
}
],
"plugins": [
Expand Down Expand Up @@ -619,7 +627,6 @@
"authorize-project",
"bouncycastle-api",
"build-timeout",
"cloudbees-disk-usage-simple",
"cloudbees-folder",
"command-launcher",
"config-file-provider",
Expand Down
4 changes: 4 additions & 0 deletions instances/tools.oomph/target/jenkins/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jenkins:
permissions:
- Overall/Read
- Job/Read
- user:
name: [email protected]
permissions:
- Overall/SystemRead
markupFormatter: rawHtml
crumbIssuer:
standard:
Expand Down
4 changes: 4 additions & 0 deletions instances/tools.oomph/target/jenkins/partials/permissions.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@
permissions:
- Overall/Read
- Job/Read
- user:
name: [email protected]
permissions:
- Overall/SystemRead
4 changes: 4 additions & 0 deletions instances/tools.oomph/target/k8s/configmap-jenkins-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ data:
permissions:
- Overall/Read
- Job/Read
- user:
name: [email protected]
permissions:
- Overall/SystemRead
markupFormatter: rawHtml
crumbIssuer:
standard:
Expand Down

0 comments on commit 8fa074f

Please sign in to comment.