Skip to content

Commit

Permalink
Fix indentation for Evergreen command examples (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola authored Jun 7, 2024
1 parent fcc2150 commit e17c99a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .evergreen/secrets_handling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,26 @@ script in this directory:
```yaml
- command: subprocess.exec
params:
params:
working_dir: src
binary: bash
args: |
${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/enterprise_auth
${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/enterprise_auth
```
If using other hosts, the following form should be used:
```yaml
- command: ec2.assume_role
params:
params:
role_arn: ${aws_test_secrets_role}
- command: subprocess.exec
params:
params:
working_dir: src
binary: bash
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
args: |
${DRIVERS_TOOLS}/.evergreen/atlas/setup-secrets.sh
${DRIVERS_TOOLS}/.evergreen/atlas/setup-secrets.sh
```
## Local Credential Access
Expand Down

0 comments on commit e17c99a

Please sign in to comment.