Skip to content

Commit

Permalink
adding more context for --aws-irsa flag
Browse files Browse the repository at this point in the history
  • Loading branch information
smcaine committed Dec 18, 2024
1 parent 885ba38 commit 5524ae7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/commands/barman_cloud/backup.inc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ uploaded to the cloud.
Override default S3 endpoint URL with the given one.

``--aws-irsa``
Uses IAM Role Service Account in AWS instead of Profile (e.g. ec2, eks pod).
Uses IAM Role Service Account in AWS instead of Profile (running from an eks pod).

``-P`` / ``--aws-profile``
Profile name (e.g. ``INI`` section in AWS credentials file).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ the target bucket is not found. Any other conditions will result in a failure.
Override default S3 endpoint URL with the given one.

``--aws-irsa``
Uses IAM Role Service Account in AWS instead of Profile (e.g. ec2, eks pod).
Uses IAM Role Service Account in AWS instead of Profile (running from an eks pod).

``-P`` / ``--aws-profile``
Profile name (e.g. ``INI`` section in AWS credentials file).
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/commands/barman_cloud/wal_archive.inc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Barman server. Additionally, it can be utilized as a hook script for WAL archivi
Override default S3 endpoint URL with the given one.

``--aws-irsa``
Uses IAM Role Service Account in AWS instead of Profile (e.g. ec2, eks pod).
Uses IAM Role Service Account in AWS instead of Profile (running from an eks pod).

``-P`` / ``--aws-profile``
Profile name (e.g. ``INI`` section in AWS credentials file).
Expand Down

0 comments on commit 5524ae7

Please sign in to comment.