Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/pages/reference/machine-id/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,17 @@ session_duration: 6h
# be renewed. This should be less than the session duration. If omitted, this
# defaults to 1 hour.
session_renewal_interval: 1h
# credential_profile_name is the name of the profile to write to in the AWS
# credentials file. If unspecified, this profile will be named `default`.
credential_profile_name: my-profile
# artifact_name is the name of the file that the AWS credentials should be
# written to. If unspecified, this defaults to `aws_credentials`.
artifact_name: my-credentials-file
# overwrite_credential_file controls whether the AWS credentials file should be
# overwritten if it already exists, or whether the profile added by tbot should
# be merged with any existing profiles in the file. If unspecified, this
# defaults to `false`.
overwrite_credential_file: false
(!docs/pages/includes/machine-id/workload-identity-selector-config.yaml!)
```

Expand Down
Loading