Skip to content

Commit

Permalink
Merge pull request #228 from BrunoReboul/fix_missing_perm_topics_list
Browse files Browse the repository at this point in the history
fix add perm topics list
  • Loading branch information
BrunoReboul authored Oct 7, 2021
2 parents 4f9b9e4 + 31b5557 commit a227218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/monitor/type_instancedeployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ func projectDeployCoreRole() (role iam.Role) {
role.Description = "Real-time Asset Monitor monitor microservice core permissions to deploy"
role.Stage = "GA"
role.IncludedPermissions = []string{
"pubsub.topics.list",
"pubsub.topics.get",
"pubsub.topics.create",
"pubsub.topics.update",
Expand Down

0 comments on commit a227218

Please sign in to comment.