Skip to content

Update cross-account-aws-ssm.md #1641

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

Merged
merged 1 commit into from
Mar 31, 2025
Merged

Update cross-account-aws-ssm.md #1641

merged 1 commit into from
Mar 31, 2025

Conversation

brmdias
Copy link
Contributor

@brmdias brmdias commented Mar 24, 2025

Two changes on the bucket policy:

  1. Separated the s3:GetObject and the s3:ListBucket into two separated statements, as the ListBucket action requires the bucket as a resource. It won't work with bucket_name/* as resource.
  2. Added s3:DeleteObject action, so remote temp scripts can be deleted from the bucket, keeping it clean.

Two changes on the bucket policy:
1. Separated the s3:GetObject and the s3:ListBucket into two separated statements, as the ListBucket action requires the bucket as a resource. It won't work with bucket_name/* as resource.
2. Added s3:DeleteObject action, so remote temp scripts can be deleted from the bucket, keeping it clean.
@fdevans fdevans added this to the 5.10.0 milestone Mar 31, 2025
@fdevans fdevans merged commit d297d67 into rundeck:4.0.x Mar 31, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants