Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
ltcarbonell committed Jul 20, 2023
1 parent b43a008 commit 62f51f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tests/secret-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This benchmark will test the dynamic generation of AWS credentials.
- `max_retries` `(int: -1)` - Number of max retries the client should use for
recoverable errors. The default (`-1`) falls back to the AWS SDK's default
behavior.
- `access_key` `(string: <required>)` – Specifies the AWS access key ID.
- `secret_key` `(string: <required>)` – Specifies the AWS secret access key.
- `access_key` `(string: <required>)` – Specifies the AWS access key ID. This can also be provided via the `VAULT_BENCHMARK_AWS_ACCESS_KEY` environment variable.
- `secret_key` `(string: <required>)` – Specifies the AWS secret access key. This can also be provided via the `VAULT_BENCHMARK_AWS_SECRET_KEY` environment variable.
- `region` `(string: <optional>)` – Specifies the AWS region. If not set it
will use the `AWS_REGION` env var, `AWS_DEFAULT_REGION` env var, or
`us-east-1` in that order.
Expand Down

0 comments on commit 62f51f7

Please sign in to comment.