Skip to content

Commit

Permalink
chore: add api keys perms to platform make (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Feb 15, 2024
1 parent 2fcbb4c commit be0186c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/inception/gcp/platform-roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ resource "google_project_iam_custom_role" "platform_make" {
"bigquery.connections.getIamPolicy",
"bigquery.connections.setIamPolicy",
"monitoring.timeSeries.list",
"apikeys.keys.create",
"apikeys.keys.get",
"apikeys.keys.getKeyString"
]
}

Expand All @@ -90,5 +93,6 @@ resource "google_project_iam_custom_role" "platform_destroy" {
"cloudsql.instances.delete",
"cloudsql.users.delete",
"bigquery.connections.delete",
"apikeys.keys.delete"
]
}

0 comments on commit be0186c

Please sign in to comment.