Skip to content

Commit

Permalink
ci: rename secrets manager ARN (#4406)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Feb 10, 2025
1 parent 7d744be commit dd9f2ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ functions:
"run tests":
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
type: test
params:
Expand All @@ -151,7 +151,7 @@ functions:
exec_timeout_secs: 1800
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
type: test
params:
Expand Down Expand Up @@ -394,7 +394,7 @@ functions:
"run socks5 tests":
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
type: test
params:
Expand Down Expand Up @@ -459,7 +459,7 @@ functions:
"assume secrets manager rule":
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}

"run aws auth test with regular aws credentials":
- command: subprocess.exec
Expand Down Expand Up @@ -1089,7 +1089,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand All @@ -1111,7 +1111,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand All @@ -1133,7 +1133,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand All @@ -1155,7 +1155,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand Down
16 changes: 8 additions & 8 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ functions:
run tests:
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
type: test
params:
Expand All @@ -122,7 +122,7 @@ functions:
exec_timeout_secs: 1800
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
type: test
params:
Expand Down Expand Up @@ -344,7 +344,7 @@ functions:
run socks5 tests:
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
type: test
params:
Expand Down Expand Up @@ -404,7 +404,7 @@ functions:
assume secrets manager rule:
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
run aws auth test with regular aws credentials:
- command: subprocess.exec
type: test
Expand Down Expand Up @@ -4010,7 +4010,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand All @@ -4031,7 +4031,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand All @@ -4052,7 +4052,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand All @@ -4073,7 +4073,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand Down

0 comments on commit dd9f2ce

Please sign in to comment.