Git Actions Workflow

1

Set up github actions worflow in your data-access-requests repository

2

Create a service account in Bigquery Data Warehouse for terraform execution with the following permissions :

  • BigQuery Admin

  • Logging Admin

3

Download and save the secrets .json file from the terraform service account in Bigquery. Store the secrets in GITHUB actions secrets

4

Raise a JIRA ticket/task with the summary for access request. The agent analysis, code generation and PR creation flow begins.

5

Further, if you want to grant access to the user based on the analysis + the terraform code, then go ahead and merge the PR. If not, close the PR.

Last updated