Skip to content

Commit

Permalink
Merge pull request #5 from moj-analytical-services/feat/apc-accounts
Browse files Browse the repository at this point in the history
πŸ›‚ Add Analytical Platform Compute accounts to repository policy
  • Loading branch information
Jacob Woffenden authored Jun 13, 2024
2 parents 1ca75ba + fd719ee commit 647e632
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions standard_policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"AWS": [
"arn:aws:iam::593291632749:role/airflow-dev-node-instance-role",
"arn:aws:iam::593291632749:role/airflow-prod-node-instance-role",
"arn:aws:iam::593291632749:role/airflow-sandpit-node-instance-role"
"arn:aws:iam::593291632749:role/airflow-sandpit-node-instance-role",
"arn:aws:iam::381491960855:root",
"arn:aws:iam::767397661611:root",
"arn:aws:iam::992382429243:root"
]
},
"Action": [
Expand All @@ -22,4 +25,4 @@
]
}
]
}
}

0 comments on commit 647e632

Please sign in to comment.