Skip to content

Fixes the AWS Secrets end-to-end test#6192

Merged
dlvenable merged 1 commit into
opensearch-project:mainfrom
dlvenable:fix-secrets-test
Oct 21, 2025
Merged

Fixes the AWS Secrets end-to-end test#6192
dlvenable merged 1 commit into
opensearch-project:mainfrom
dlvenable:fix-secrets-test

Conversation

@dlvenable

Copy link
Copy Markdown
Member

Description

Fixes the AWS Secrets end-to-end test by setting permissions for the .aws directory.

The root problem was that the .aws directory had user permissions for the GitHub Actions users (UID 1001). This prevented Data Prepper from having access when running in the Docker container. This worked previously because Data Prepper ran as root. To solve this, I made these files readable to other users.

Additionally:

  • Removes getting the STS caller.
  • Updates the configure-aws-credentials GHA action to v5.
  • Use a String for the binds map rather than a GString.

Issues Resolved

N/A

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

….aws directory.

Removes getting the STS caller. Updates the configure-aws-credentials GHA action to v5. Use a String for the binds map rather than a GString.

Signed-off-by: David Venable <dlv@amazon.com>
@dlvenable dlvenable merged commit 8d1f990 into opensearch-project:main Oct 21, 2025
42 of 46 checks passed
@dlvenable dlvenable deleted the fix-secrets-test branch October 21, 2025 18:56
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