Skip to content

Commit

Permalink
Merge pull request #2486 from DFE-Digital/2041-bigquery-federated-aut…
Browse files Browse the repository at this point in the history
…h-development

[2041] Bigquery federated auth in development environment
  • Loading branch information
saliceti authored Nov 4, 2024
2 parents 3f923a0 + e0453a7 commit feeb202
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"enable_monitoring": false,
"external_hostname": "dev.apply-for-qts-in-england.education.gov.uk",
"namespace": "tra-development",
"uploads_storage_environment_tag": "Test"
"uploads_storage_environment_tag": "Test",
"bigquery_federated_auth": true
}
3 changes: 2 additions & 1 deletion terraform/application/config/test/variables.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"external_hostname": "test.apply-for-qts-in-england.education.gov.uk",
"namespace": "tra-test",
"uploads_storage_environment_tag": "Test",
"bigquery_federated_auth": true
"bigquery_federated_auth": true,
"enable_logit": true
}

0 comments on commit feeb202

Please sign in to comment.