Skip to content

Commit 444d2d3

Browse files
authored
add permissions to read metrics (#68)
1 parent 25997a4 commit 444d2d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/integrations/pub-sub/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ resource "google_project_iam_custom_role" "custom_ingestion_auth_role" {
218218
"pubsub.subscriptions.list",
219219
"logging.sinks.get",
220220
"logging.sinks.list",
221+
"monitoring.timeSeries.list",
221222
]
222223
}
223224

modules/integrations/pub-sub/organizational.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ resource "google_organization_iam_custom_role" "custom_ingestion_auth_role" {
7373
"pubsub.subscriptions.list",
7474
"logging.sinks.get",
7575
"logging.sinks.list",
76+
"monitoring.timeSeries.list",
7677
]
7778
}
7879

0 commit comments

Comments
 (0)