소스 검색

Grants access to the test modelclients to the development team

For trumpet testing.
This should replace James Jarrett's static account.
Fred Damstra [afs macbook] 4 년 전
부모
커밋
6e9a404ea6
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      test/aws-us-gov/mdr-test-modelclient/005-iam/terragrunt.hcl
  2. 1 0
      test/aws/mdr-test-modelclient/005-iam/terragrunt.hcl

+ 1 - 0
test/aws-us-gov/mdr-test-modelclient/005-iam/terragrunt.hcl

@@ -34,4 +34,5 @@ inputs = {
   tags = {
     Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
   }
+  iam_additional_trusted_arns = [ "arn:aws-us-gov:iam::701290387780:role/user/mdr_developer_readonly" ]
 }

+ 1 - 0
test/aws/mdr-test-modelclient/005-iam/terragrunt.hcl

@@ -34,4 +34,5 @@ inputs = {
   tags = {
     Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
   }
+  iam_additional_trusted_arns = [ "arn:aws:iam::471284459109:role/user/mdr_developer_readonly" ]
 }