Conversation
|
All contributors have signed the CLA ✍️ ✅ |
e1c11da to
350dcb9
Compare
|
I have read the CLA Document and I hereby sign the CLA |
sfc-gh-pmansour
left a comment
There was a problem hiding this comment.
Thanks!
Have you had a chance to test this e2e yet, eg. on an AWS VM?
Thanks! I've already tested on VM, but because the GS side hasn't been merged yet, I got the error from GS: |
[Please answer these questions before submitting your pull requests. Thanks!
JIRA: SNOW-2919437
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Implements JWT token validation for AWS Outbound Identity Federation.
Previously, AWS WIF used pre-signed STS requests that GS forwarded to AWS for validation. This PR migrates to AWS's GetWebIdentityToken API, which returns a standard JWT token.
(Optional) PR for stored-proc connector:
](https://github.com/snowflakedb/snowflake-connector-python/pull/new/yuzzhang-aws-wif-driver)
Will update DESCRIPTION.md after get the expected release date
Did not change async path, because it is freeze currently: https://snowflakecomputing.atlassian.net/browse/SNOW-2905263