-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix: key path #166
fix: key path #166
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
=======================================
Coverage 63.08% 63.08%
=======================================
Files 159 159
Lines 12891 12891
=======================================
Hits 8132 8132
Misses 3475 3475
Partials 1284 1284
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
[![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 [@​eliobischof](https://togithub.com/eliobischof) in [https://github.com/zitadel/terraform-provider-zitadel/pull/177](https://togithub.com/zitadel/terraform-provider-zitadel/pull/177) - feat: support org and user metadata by [@​eliobischof](https://togithub.com/eliobischof) in [https://github.com/zitadel/terraform-provider-zitadel/pull/175](https://togithub.com/zitadel/terraform-provider-zitadel/pull/175) - feat: support SAML IDPs by [@​eliobischof](https://togithub.com/eliobischof) in [https://github.com/zitadel/terraform-provider-zitadel/pull/178](https://togithub.com/zitadel/terraform-provider-zitadel/pull/178) - feat: support generic OAuth IDPs by [@​eliobischof](https://togithub.com/eliobischof) in [https://github.com/zitadel/terraform-provider-zitadel/pull/179](https://togithub.com/zitadel/terraform-provider-zitadel/pull/179) - fix: key path by [@​eliobischof](https://togithub.com/eliobischof) in [https://github.com/zitadel/terraform-provider-zitadel/pull/166](https://togithub.com/zitadel/terraform-provider-zitadel/pull/166) - docs: fix import commands by [@​eliobischof](https://togithub.com/eliobischof) in [https://github.com/zitadel/terraform-provider-zitadel/pull/176](https://togithub.com/zitadel/terraform-provider-zitadel/pull/176) - docs: fix markdown for import code snippets by [@​eliobischof](https://togithub.com/eliobischof) in [https://github.com/zitadel/terraform-provider-zitadel/pull/165](https://togithub.com/zitadel/terraform-provider-zitadel/pull/165) - chore: update github action with correct dependabot actor by [@​hifabienne](https://togithub.com/hifabienne) in [https://github.com/zitadel/terraform-provider-zitadel/pull/164](https://togithub.com/zitadel/terraform-provider-zitadel/pull/164) - chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/zitadel/terraform-provider-zitadel/pull/170](https://togithub.com/zitadel/terraform-provider-zitadel/pull/170) - chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/zitadel/terraform-provider-zitadel/pull/174](https://togithub.com/zitadel/terraform-provider-zitadel/pull/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>
Replaces #153
Definition of Ready