-
Notifications
You must be signed in to change notification settings - Fork 393
aws auth - add support for iam_metadata
and ec2_metadata
params
#1125
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1125 +/- ##
==========================================
+ Coverage 87.38% 87.66% +0.27%
==========================================
Files 66 66
Lines 3227 3227
==========================================
+ Hits 2820 2829 +9
+ Misses 407 398 -9
|
iam_metadata
and ec2_metadata
params
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @danholodak ! I didn't look closely at the tests yet, just some initial comments. You'll also want to be sure you run the black
formatter (and other linters) before committing:
poetry run black .
poetry run flake8 .
poetry run typos
Thanks for the quick review, I believe I've addressed all the comments and I ran the linters. Looking forward to your thoughts on the tests. |
… tests for configure_identity_integration
minor ask: I would prefer if you don't squash commits on your end for the most part. It's helpful for me to see individual commits so I can review individual changes as we go along. I know some projects use "conventional commits" or have that workflow; in this project all commits in a PR are squashed into one on merge anyway, so no need to like "clean up" the commits locally. If you really like to do it that way you can, it might slow me down a bit though, just my preference. |
Totally happy not to squash going forward, thanks for letting me know. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two final documentation nits, which I'll take care of committing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danholodak thanks very much for this contribution!
iam_metadata
and ec2_metadata
paramsiam_metadata
and ec2_metadata
params
Resolves #1029