Skip to content

Rescope AWS ARN from secret to var#812

Merged
JackPGreen merged 1 commit into
hazelcast:masterfrom
JackPGreen:rescope-aws-arn-from-secret-to-var
May 28, 2026
Merged

Rescope AWS ARN from secret to var#812
JackPGreen merged 1 commit into
hazelcast:masterfrom
JackPGreen:rescope-aws-arn-from-secret-to-var

Conversation

@JackPGreen
Copy link
Copy Markdown
Contributor

The name of the role isn't a secret, so storing at such means it's masked logs etc which makes debugging difficult. More specifically, authentication is handled via OIDC, on it's own the role does nothing.

Instead, it should be rescoped as a var.

The name of the role isn't a `secret`, so storing at such means it's masked logs etc which makes debugging difficult. More specifically, authentication is handled via [OIDC](https://docs.github.com/en/actions/how-tos/secure-your-work/security-harden-deployments/oidc-in-aws), on it's own the role does nothing.

Instead, it should be rescoped as a `var`.
@JackPGreen JackPGreen requested review from ldziedziul and nishaatr May 28, 2026 09:50
@JackPGreen JackPGreen marked this pull request as ready for review May 28, 2026 09:50
@JackPGreen JackPGreen enabled auto-merge (squash) May 28, 2026 09:50
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.37%. Comparing base (d550a6e) to head (1ac8a30).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #812      +/-   ##
==========================================
- Coverage   94.40%   94.37%   -0.04%     
==========================================
  Files         403      403              
  Lines       26489    26489              
==========================================
- Hits        25007    24999       -8     
- Misses       1482     1490       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JackPGreen JackPGreen merged commit b9ca2e3 into hazelcast:master May 28, 2026
11 checks passed
@JackPGreen JackPGreen deleted the rescope-aws-arn-from-secret-to-var branch May 28, 2026 10:05
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.

3 participants