-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Api Authentication security integration to sdk (#2840)
<!-- Feel free to delete comments as you fill this in --> Add Api Authentication security integration to sdk. Implement all 3 flows, but integration tests for JWT bearer flow are skipped due to errors during create. This will be fixed in a follow up. <!-- summary of changes --> ## Test Plan <!-- detail ways in which this PR has been tested or needs to be tested --> * [x] unit tests <!-- add more below if you think they are relevant --> * [x] integration tests ## References <!-- issues documentation links, etc --> https://docs.snowflake.com/en/sql-reference/sql/create-security-integration-api-auth https://docs.snowflake.com/en/sql-reference/sql/alter-security-integration-api-auth
- Loading branch information
1 parent
64518a3
commit 57a07ee
Showing
11 changed files
with
2,168 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.