-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Adds create and delete operations for Workforce OIDC IdP (#2310)
* chore: Upgrades SDK to latest version * add test for OIDC workforce * refactor: move update request to model file * feat: support create for OIDC workforce * feat: implement DELETE for OIDC and add schema for description and authorization_type * test: initial passing CRD * test: add update test OIDC * refactor: shorten method names * docs: add changelog entry * test: fix broken test * test: add full attr checks * fix: delete is supported also for SAML * skip SAML test in CI to avoid deleting it * sinngular data source with new attributes * plural data source * move datasource test of OIDC in the resource test * fix sdk version * chore: minor fixes * add all breaking changes and enhancements in changelog entry * PR comments * remove v20231115008 * Update .changelog/2310.txt Co-authored-by: Leo Antoli <[email protected]> * add upgrade guide * Update .changelog/2310.txt Co-authored-by: Leo Antoli <[email protected]> * Update .changelog/2310.txt Co-authored-by: Leo Antoli <[email protected]> * add guide on what to do with already imported OIDC workforce resources * Update internal/service/federatedsettingsidentityprovider/model_federated_settings_identity_provider.go Co-authored-by: Marco Suma <[email protected]> --------- Co-authored-by: Oriol Arbusi <[email protected]> Co-authored-by: Leo Antoli <[email protected]> Co-authored-by: Marco Suma <[email protected]>
- Loading branch information
1 parent
94caf6d
commit ed0fbab
Showing
15 changed files
with
429 additions
and
191 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
```release-note:enhancement | ||
resource/mongodbatlas_federated_settings_identity_provider: Adds create and delete operations for Workforce OIDC IdP | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/mongodbatlas_federated_settings_identity_provider: Adds `description` and `authorization_type` fields | ||
``` | ||
|
||
```release-note:enhancement | ||
data-source/mongodbatlas_federated_settings_identity_provider: Adds `description` and `authorization_type` fields | ||
``` | ||
|
||
```release-note:enhancement | ||
data-source/mongodbatlas_federated_settings_identity_providers: Adds `description` and `authorization_type` fields | ||
``` | ||
|
||
```release-note:breaking-change | ||
resource/mongodbatlas_federated_settings_identity_provider: Replaces `audience_claim` field with `audience` | ||
``` | ||
|
||
```release-note:breaking-change | ||
data-source/mongodbatlas_federated_settings_identity_provider: Replaces `audience_claim` field with `audience` | ||
``` | ||
|
||
```release-note:breaking-change | ||
data-source/mongodbatlas_federated_settings_identity_providers: Replaces `audience_claim` field with `audience` | ||
``` |
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
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
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
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.