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: support generic OAuth IDPs #179

Merged
merged 2 commits into from
May 17, 2024
Merged

feat: support generic OAuth IDPs #179

merged 2 commits into from
May 17, 2024

Conversation

eliobischof
Copy link
Member

@eliobischof eliobischof commented May 17, 2024

With these changes, the resources and datasources zitadel_idp_oauth and zitadel_org_idp_oauth are added.

Closes #172

Definition of Ready

  • Short description of the feature/issue is added in the pr description
  • PR is linked to the corresponding user story
  • Acceptance criteria are met
  • All open todos and follow ups are defined in a new ticket and justified
  • Deviations from the acceptance criteria and design are agreed with the PO and documented.
  • No debug or dead code
  • My code has no repetitions
  • All non-functional requirements are met
  • The generic lifecycle acceptance test passes for affected resources.
  • Examples are up-to-date and meaningful. The provider version is incremented.
  • Docs are generated.
  • Code is generated where possible.

@eliobischof eliobischof changed the title feat: support zitadel_idp_oauth resource and datasource feat: support generic OAuth IDPs May 17, 2024
@eliobischof eliobischof self-assigned this May 17, 2024
@eliobischof eliobischof marked this pull request as ready for review May 17, 2024 12:34
@eliobischof eliobischof requested a review from stebenz May 17, 2024 12:34
@stebenz stebenz merged commit ddd8906 into main May 17, 2024
2 checks passed
@stebenz stebenz deleted the feat-oauth-idp branch May 17, 2024 15:15
renovate bot added a commit to smartive/cas-fee-adv-mumble-api that referenced this pull request May 25, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [zitadel](https://registry.terraform.io/providers/zitadel/zitadel)
([source](https://togithub.com/zitadel/terraform-provider-zitadel)) |
required_provider | minor | `1.1.1` -> `1.2.0` |

---

### Release Notes

<details>
<summary>zitadel/terraform-provider-zitadel (zitadel)</summary>

###
[`v1.2.0`](https://togithub.com/zitadel/terraform-provider-zitadel/releases/tag/v1.2.0)

[Compare
Source](https://togithub.com/zitadel/terraform-provider-zitadel/compare/v1.1.1...v1.2.0)

#### What's Changed

- feat: support theme mode by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#177
- feat: support org and user metadata by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#175
- feat: support SAML IDPs by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#178
- feat: support generic OAuth IDPs by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#179
- fix: key path by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#166
- docs: fix import commands by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#176
- docs: fix markdown for import code snippets by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#165
- chore: update github action with correct dependabot actor by
[@&#8203;hifabienne](https://togithub.com/hifabienne) in
[zitadel/terraform-provider-zitadel#164
- chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[zitadel/terraform-provider-zitadel#170
- chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[zitadel/terraform-provider-zitadel#174

**Full Changelog**:
zitadel/terraform-provider-zitadel@v1.1.1...v1.2.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/smartive/cas-fee-adv-mumble-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[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.

Generic OAuth2 IDP provider resource missing on org level
2 participants