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

EPMRPP-90461 || Support AWS IAM Role to Grant Access to AWS Resources #363

Merged
merged 8 commits into from
Feb 4, 2025

Conversation

APiankouski
Copy link
Contributor

No description provided.

@APiankouski APiankouski requested a review from grabsefx February 4, 2025 08:32
@@ -67,7 +67,7 @@ private void refreshCredentials() {
.sessionToken(awsCredentials.sessionToken())
.build();

expirationTime = Instant.now().plusSeconds(3600);
expirationTime = awsCredentials.expirationTime().orElseGet(() -> Instant.now().plusSeconds(3600));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 104).

Copy link

sonarqubecloud bot commented Feb 4, 2025

@APiankouski APiankouski merged commit 58266aa into develop Feb 4, 2025
11 checks passed
@APiankouski APiankouski deleted the EPMRPP-90461 branch February 4, 2025 08:52
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