Skip to content

Commit f38657a

Browse files
authored
Merge pull request #4004 from alphagov/add-publishing-looker-studio-sa-to-gov-graph
add publishing looker studio SA to select gov-graph datasets
2 parents 64ca040 + 1b13534 commit f38657a

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

terraform/variables/production/gcp-gov-graph.tfvars

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,16 @@ storage_data_processed_object_viewer_members = [
5252

5353
# BigQuery dataset: private
5454
bigquery_private_data_viewer_members = [
55-
"group:govgraph-private-data-readers@digital.cabinet-office.gov.uk"
55+
"group:govgraph-private-data-readers@digital.cabinet-office.gov.uk",
56+
"serviceAccount:publishing-looker-studio-creds@govuk-publishing.iam.gserviceaccount.com",
5657
]
5758

5859
# BigQuery dataset: public
5960
bigquery_public_data_viewer_members = [
6061
"group:govgraph-private-data-readers@digital.cabinet-office.gov.uk",
6162
"serviceAccount:service-419945323196@gcp-sa-dataform.iam.gserviceaccount.com",
6263
"serviceAccount:service-942729121218@gcp-sa-dataform.iam.gserviceaccount.com",
64+
"serviceAccount:publishing-looker-studio-creds@govuk-publishing.iam.gserviceaccount.com",
6365
]
6466

6567
bigquery_content_data_viewer_members = [
@@ -68,11 +70,13 @@ bigquery_content_data_viewer_members = [
6870
"serviceAccount:wif-govgraph-bigquery-access@govuk-llm-question-answering.iam.gserviceaccount.com",
6971
"serviceAccount:wif-ner-new-content-inference@cpto-content-metadata.iam.gserviceaccount.com",
7072
"serviceAccount:wif-vectorstore@govuk-llm-question-answering.iam.gserviceaccount.com",
73+
"serviceAccount:publishing-looker-studio-creds@govuk-publishing.iam.gserviceaccount.com",
7174
]
7275

7376
# BigQuery dataset: publisher
7477
bigquery_publisher_data_viewer_members = [
75-
"group:govgraph-private-data-readers@digital.cabinet-office.gov.uk"
78+
"group:govgraph-private-data-readers@digital.cabinet-office.gov.uk",
79+
"serviceAccount:publishing-looker-studio-creds@govuk-publishing.iam.gserviceaccount.com",
7680
]
7781

7882
# BigQuery dataset: functions
@@ -96,6 +100,7 @@ bigquery_publishing_api_data_viewer_members = [
96100
"serviceAccount:service-419945323196@gcp-sa-dataform.iam.gserviceaccount.com",
97101
"serviceAccount:service-942729121218@gcp-sa-dataform.iam.gserviceaccount.com",
98102
"serviceAccount:custom-publishing-dataform-ser@govuk-publishing.iam.gserviceaccount.com",
103+
"serviceAccount:publishing-looker-studio-creds@govuk-publishing.iam.gserviceaccount.com",
99104
]
100105

101106
# BigQuery dataset: smart_survey
@@ -120,6 +125,7 @@ bigquery_search_data_viewer_members = [
120125
"serviceAccount:wif-govgraph-bigquery-access@govuk-llm-question-answering.iam.gserviceaccount.com",
121126
"serviceAccount:wif-vectorstore@govuk-llm-question-answering.iam.gserviceaccount.com",
122127
"serviceAccount:custom-publishing-dataform-ser@govuk-publishing.iam.gserviceaccount.com",
128+
"serviceAccount:publishing-looker-studio-creds@govuk-publishing.iam.gserviceaccount.com",
123129
]
124130

125131
# BigQuery dataset: test
@@ -129,14 +135,17 @@ bigquery_test_data_viewer_members = [
129135
# BigQuery dataset: whitehall
130136
bigquery_whitehall_data_viewer_members = [
131137
"group:govgraph-private-data-readers@digital.cabinet-office.gov.uk",
138+
"serviceAccount:publishing-looker-studio-creds@govuk-publishing.iam.gserviceaccount.com",
132139
]
133140

134141
# BigQuery dataset: asset-manager
135142
bigquery_asset_manager_data_viewer_members = [
136143
"group:govgraph-private-data-readers@digital.cabinet-office.gov.uk",
144+
"serviceAccount:publishing-looker-studio-creds@govuk-publishing.iam.gserviceaccount.com",
137145
]
138146

139147
# BigQuery dataset: zendesk
140148
bigquery_zendesk_data_viewer_members = [
141149
"group:govgraph-private-data-readers@digital.cabinet-office.gov.uk",
150+
"serviceAccount:publishing-looker-studio-creds@govuk-publishing.iam.gserviceaccount.com",
142151
]

0 commit comments

Comments
 (0)