Skip to content

Commit

Permalink
Add missing permission to the buildfarm manager role
Browse files Browse the repository at this point in the history
  • Loading branch information
80degreeswest committed Aug 20, 2020
1 parent 2435609 commit deacfe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.eightydegreeswest</groupId>
<artifactId>bfmgr</artifactId>
<version>1.0.13</version>
<version>1.0.14</version>
<name>bfmgr</name>
<description>Buildfarm Manager</description>

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/bfmgr-aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"ssm:*",
"s3:*",
"sts:AssumeRole",
"iam:PassRole"
"iam:PassRole",
"iam:CreateServiceLinkedRole"
],
"Resource": "*"
}
Expand Down

0 comments on commit deacfe3

Please sign in to comment.