-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
AIRFLOW-5126 Read aws_session_token in extra_config of the aws hook #6303
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6303 +/- ##
==========================================
- Coverage 80.36% 80.35% -0.01%
==========================================
Files 616 616
Lines 35763 35765 +2
==========================================
- Hits 28740 28739 -1
- Misses 7023 7026 +3
Continue to review full report at Codecov.
|
OKay @ashb I changed that and left it as implemented in the original does that work? |
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.
Please also update docs/howto/connection/aws.rst
@jojo19893 What was your latest force-push for? You'd pushed over me removing a now "floating" comment. |
…apache#6303) (cherry picked from commit d4e282d)
Description
Read a temporary token in case it is present this is important, if you don't manage the session token through
Airflow
but rather you use something like vault to manage these.Tests
adjusted existing test to also parse the session token not other impact.