Skip to content

Commit 3133c86

Browse files
authored
Merge pull request #27 from openbraininstitute/allow_identity
Allow production jupyterhub-svc-nodegroup identity to pull images from obi-notebook-image
2 parents eda80a3 + d928436 commit 3133c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ module "public_ecr_github_actions_upload_credentials_notebook_service" {
340340
module "obi_notebook_image" {
341341
source = "./private-ecr-repo"
342342
repository_name = "obi-notebook-image"
343-
allowed_to_pull_identities = ["arn:aws:iam::992382665735:role/eksctl-jupyterhub-svc-nodegroup-ng-NodeInstanceRole-ZT1FeO9Ce2wc"]
343+
allowed_to_pull_identities = ["arn:aws:iam::992382665735:role/eksctl-jupyterhub-svc-nodegroup-ng-NodeInstanceRole-ZT1FeO9Ce2wc", "arn:aws:iam::671250183987:role/eksctl-jupyterhub-svc-nodegroup-ng-NodeInstanceRole-6yJ0qhsCTcMr"]
344344
}
345345

346346
module "private_ecr_github_actions_upload_credentials_obi-notebook_image" {

0 commit comments

Comments
 (0)