Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aws irsa auth #1021

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
adding more context for --aws-irsa flag
smcaine committed Dec 18, 2024
commit 5524ae795d437803f64a3d18ec75289b7caba003
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
@@ -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).
Original file line number Diff line number Diff line change
@@ -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).
Original file line number Diff line number Diff line change
@@ -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).