Skip to content

Commit

Permalink
fix: monitoring perms for inception make
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed May 27, 2024
1 parent 65aaff8 commit 8745d24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/inception/gcp/platform-roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@ resource "google_project_iam_custom_role" "platform_make" {
"bigquery.connections.getIamPolicy",
"bigquery.connections.setIamPolicy",
"monitoring.timeSeries.list",
"monitoring.notificationChannels.get",
"monitoring.notificationChannels.create",
"monitoring.notificationChannels.update",
"monitoring.alertPolicies.create",
"monitoring.alertPolicies.update",
"apikeys.keys.create",
"apikeys.keys.get",
"apikeys.keys.getKeyString",
Expand Down

0 comments on commit 8745d24

Please sign in to comment.