Skip to content
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

feat: External Oauth integration v1 readiness #2907

Merged
merged 18 commits into from
Jul 9, 2024

Conversation

sfc-gh-jmichalak
Copy link
Collaborator

@sfc-gh-jmichalak sfc-gh-jmichalak commented Jul 3, 2024

Add new resources covering External Oauth security integration. Also, there are minor fixes in SDK to match actual behavior of Snowflake.

Test Plan

  • acceptance tests

References

https://docs.snowflake.com/en/sql-reference/sql/create-security-integration-oauth-external

Copy link

github-actions bot commented Jul 3, 2024

Integration tests failure for 113f69473eba13a70e2430457eee16f561ce5ec2

@sfc-gh-jmichalak sfc-gh-jmichalak marked this pull request as ready for review July 4, 2024 06:25
Copy link

github-actions bot commented Jul 4, 2024

Integration tests failure for 5ff48da066c60c93f99b35f3e9e0a285b6972ba2

MIGRATION_GUIDE.md Outdated Show resolved Hide resolved
pkg/resources/common.go Outdated Show resolved Hide resolved
pkg/resources/external_oauth_integration.go Outdated Show resolved Hide resolved
pkg/resources/external_oauth_integration.go Outdated Show resolved Hide resolved
pkg/resources/external_oauth_integration.go Outdated Show resolved Hide resolved
pkg/resources/external_oauth_integration.go Outdated Show resolved Hide resolved
pkg/resources/external_oauth_integration.go Show resolved Hide resolved
pkg/resources/external_oauth_integration.go Show resolved Hide resolved
docs/resources/external_oauth_integration.md Show resolved Hide resolved
pkg/resources/common.go Outdated Show resolved Hide resolved
pkg/sdk/security_integrations_gen.go Outdated Show resolved Hide resolved
pkg/sdk/security_integrations_impl_gen.go Outdated Show resolved Hide resolved
pkg/resources/external_oauth_integration.go Outdated Show resolved Hide resolved
pkg/resources/external_oauth_integration.go Show resolved Hide resolved
pkg/resources/external_oauth_integration.go Outdated Show resolved Hide resolved
pkg/resources/external_oauth_integration.go Outdated Show resolved Hide resolved
pkg/resources/external_oauth_integration.go Show resolved Hide resolved
Copy link

github-actions bot commented Jul 5, 2024

Integration tests failure for 32a0c0bb4d3981afb8a777d9a61fb81f042caaa3

Copy link

github-actions bot commented Jul 5, 2024

Integration tests failure for b7f5ef2adf1db4359fc5b3be59541ab46cc6b995

Copy link

github-actions bot commented Jul 5, 2024

Integration tests failure for 248a0154f4a04a2c432c312605d6e25def74a548

pkg/sdk/parsers_test.go Outdated Show resolved Hide resolved
pkg/resources/external_oauth_integration.go Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Jul 5, 2024

Integration tests failure for 03e2ddcf3e9f85a2bbcad55f2bff3ad9b9a15d25

sfc-gh-asawicki
sfc-gh-asawicki previously approved these changes Jul 8, 2024
Copy link

github-actions bot commented Jul 8, 2024

Integration tests failure for e9898b6daabde1b8e9ba72ddb1ad61b4adc6b549

Copy link

github-actions bot commented Jul 8, 2024

Integration tests failure for aa51221dd746b328e352b5df49f8573d30a61998

Copy link

github-actions bot commented Jul 9, 2024

Integration tests failure for fbed07b2e0052ddd76c45ee7a7859b881a5cf9df

Copy link

github-actions bot commented Jul 9, 2024

Integration tests failure for c85398dfac374da07f706f1e89dd06e87dba6220

Copy link

github-actions bot commented Jul 9, 2024

Integration tests failure for a3371448583114a5f63eeba7e8f5db50acc6357e

@sfc-gh-jmichalak sfc-gh-jmichalak merged commit ed237c3 into main Jul 9, 2024
8 of 9 checks passed
@sfc-gh-jmichalak sfc-gh-jmichalak deleted the externaloauth-integration-v1 branch July 9, 2024 12:27
sfc-gh-jcieslak pushed a commit that referenced this pull request Jul 10, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.93.0](v0.92.0...v0.93.0)
(2024-07-10)


### 🎉 **What's new:**

* Add OAUTH integration for custom clients
([#2908](#2908))
([d9b557f](d9b557f))
* Add oauth integration for partner applications
([#2912](#2912))
([91788e5](91788e5))
* Add support for cortex search service
([#2860](#2860))
([43aa89f](43aa89f))
* API Authentication integration v1 readiness
([#2898](#2898))
([91931da](91931da))
* External Oauth integration v1 readiness
([#2907](#2907))
([ed237c3](ed237c3))
* Generate show outputs with mappers
([#2886](#2886))
([1cada88](1cada88))
* Introduce security integrations datasource
([#2892](#2892))
([7f6c657](7f6c657))
* SAML2 integration v1 readiness
([#2868](#2868))
([d0c136d](d0c136d))
* SCIM integration v1 readiness
([#2846](#2846))
([269df6b](269df6b))
* Security integrations datasource v1 readiness
([#2913](#2913))
([d10474a](d10474a))
* standard database v1 readiness
([#2842](#2842))
([3c11953](3c11953))
* Warehouse redesign final touches
([#2900](#2900))
([0eab636](0eab636))
* Warehouse redesign part1
([#2864](#2864))
([6664457](6664457))
* Warehouse redesign part2
([#2887](#2887))
([1aaf417](1aaf417))
* Warehouse redesign part3
([#2890](#2890))
([873a1ed](873a1ed))
* Warehouse redesign part4
([#2893](#2893))
([d525fd9](d525fd9))


### 🔧 **Misc**

* Add documentation on unset and defaults
([#2882](#2882))
([85a7836](85a7836))
* apply minor database changes
([#2872](#2872))
([6ccac59](6ccac59))
* Apply new resource conventions to scim integration
([#2891](#2891))
([e11e608](e11e608))
* Improve generator template organization
([#2820](#2820))
([5035e2f](5035e2f))
* Nuke stale objects
([#2869](#2869))
([9c4a117](9c4a117))
* Show a possible solution for
[#2877](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2877)
([#2878](#2878))
([6fb437b](6fb437b))
* Validations cleanup and old grants removal
([#2884](#2884))
([05b7eee](05b7eee))


### 🐛 **Bug fixes:**

* Add disclaimers and fix tests
([#2905](#2905))
([1deaedc](1deaedc))
* Fix cortex search service
([#2904](#2904))
([763d06c](763d06c))
* use suppressQuoting to fix stage file_format permadiff
([#2885](#2885))
([fd70f6e](fd70f6e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: snowflake-release-please[bot] <105954990+snowflake-release-please[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants