-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Sending DurationSeconds in assumeRole request in SharedIniFileCredentials #2909
Sending DurationSeconds in assumeRole request in SharedIniFileCredentials #2909
Conversation
I'm just a contributor, but these changes LGTM FWIW. nit: I would consider this a feature, not a bugfix for the changelog entry. |
Hi @soyelmnd, thank you for the contribution. Is the |
Yup, as @jstewmon linked above (thanks Jonathan) ☝️ the cli config, which I believe should be considered the source of truth for
That's a good question, not what I know of and might need to check. Though aws-cli has supported it nicely (from a quick glance, seems like since 1.16.73 thanks to this boto/botocore#1600, so my gut feeling is boto3 would support it too, but haven't tested)
Sounds good @jstewmon 👍 thanks |
Could I kindly confirm if there's any other thing you want me to clarify on this please @AllanFly120, hope the above is clear enough? |
A |
Hey guys, last ping of the year please, any feedbacks/updates on this tiny? 👋 |
@soyelmnd can the change log be updated? |
Codecov Report
@@ Coverage Diff @@
## master #2909 +/- ##
=======================================
Coverage 96.96% 96.96%
=======================================
Files 300 300
Lines 8992 8993 +1
Branches 1677 1678 +1
=======================================
+ Hits 8719 8720 +1
Misses 273 273
Continue to review full report at Codecov.
|
Just done @ajredniwja, thanks for encouraging 👍 anything else needs to be done and who could review this long pending tiny one please? |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Kindly ping on this 1+ yo small PR friends 👋 any suggestions who can review it pls? |
Hey guys 👋 it's going to be the 2 year anniversary for this small PR soon, any chance I can get at least some feedback on what you think we should do with this? Cheers |
+1 Botocore already supports this https://github.com/boto/boto3/blob/master/CHANGELOG.rst#1962 , and Ruby SDK as well https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md#3630-2019-08-15 |
Hey guys, ping on this simple yet very long pending one 👋 @AllanZhengYP could you please suggest if this can get reviewed and/or who can review it? @aws/aws-sdk-js-team @trivikr maybe? |
Greetings! We’re closing this issue because it has been open a long time and hasn’t been updated in a while and may not be getting the attention it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to comment or open a new issue. |
Hey friends, it's 2023 now, with the change still looks relevant tho it hasn't received any feedback so far. @ajredniwja @AllanZhengYP, unless I'm mistaken, all questions have been addressed, just wondering if you guys have any suggestion on how to move this trivial change forward? |
tldr; as in title, respect
duration_seconds
of a chained profile if any (by passing it to the assume role request inSharedIniFileCredentials
)Checklist
npm run test
passesnpm run add-change
--
The unit test should hopefully reflect the use case; but for more context, we're running into the situation where a chained profile's
duration_seconds
doesn't get picked up byaws-sdk-js
and therefore ends up having the 1h limit by default