Skip to content

Commit

Permalink
Merge pull request #284 from dmitry-mukhin/docs/elaborate-on-role-dur…
Browse files Browse the repository at this point in the history
…ation

Mention units for `role-duration` in docs
  • Loading branch information
mtskillman authored Dec 11, 2024
2 parents 316ac97 + 94e1a78 commit 28ef92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/general/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Awsume's configuration file can be found at `~/.awsume/config.yaml` by
default. If the `XDG_CONFIG_HOME` environment variable is set then it can be
found at: `${XDG_CONFIG_HOME}/awsume/config.yaml`.
found at: `${XDG_CONFIG_HOME}/awsume/config.yaml`.

Use `awsume --config help` to view available commands for config management.

Expand All @@ -20,7 +20,7 @@ role-session-name: awsume-cli-session
- **colors** You can enable to disable adding colors to awsume's output. This is disabled on Windows machines.
- **fuzzy-match** You can enable to disable fuzzy-matching the given profile if the given profile is not found. See more about it [here](../advanced/fuzzy-matching)
- **role-duration** You can set a default role duration to awsume. _Note: If you specify a role duration that is greater than the maximum configured for that role, awsume will fail to assume the role. See how this impacts awsume [here](../advanced/role-duration)
- **role-duration** You can set a default role duration (in seconds) to awsume. _Note: If you specify a role duration that is greater than the maximum configured for that role, awsume will fail to assume the role. See how this impacts awsume [here](../advanced/role-duration)
- **region** You can specify a default region. See how this impacts awsume [here](../advanced/region)
- **role-session-name** You can specify a default role session name that will be associated with your credential's session. See how this impacts awsume [here](../advanced/role-session-name)
Expand Down

0 comments on commit 28ef92c

Please sign in to comment.