[PR #2994] [CLOSED] [management] Feature - Migration to Zitadel v2 API #18916

Open
opened 2026-08-05 04:09:05 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2994
Author: @remipcomaite
Created: 12/6/2024
Status: Closed

Base: mainHead: zitadel-management-v2


📝 Commits (4)

  • df4bd50 Feature - Migration to Zitadel v2 API
  • 01bf8de Merge branch 'netbirdio:main' into zitadel-management-v2
  • 8ae0697 Merge branch 'netbirdio:main' into zitadel-management-v2
  • 1fe336a Merge branch 'netbirdio:main' into zitadel-management-v2

📊 Changes

2 files changed (+20 additions, -31 deletions)

View changed files

📝 management/server/idp/zitadel.go (+18 -29)
📝 management/server/idp/zitadel_test.go (+2 -2)

📄 Description

Describe your changes

Hello,

I propose a PR to migrate to Zitadel API v2.

This allows to authenticate users from different organizations.

The endpoint for the management API changes from "/management/v1" to "/v2".

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/2994 **Author:** [@remipcomaite](https://github.com/remipcomaite) **Created:** 12/6/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `zitadel-management-v2` --- ### 📝 Commits (4) - [`df4bd50`](https://github.com/netbirdio/netbird/commit/df4bd509260b32f154eff42746dfcd248c4f81c8) Feature - Migration to Zitadel v2 API - [`01bf8de`](https://github.com/netbirdio/netbird/commit/01bf8dec3c42d4683fdc5127224d2797951d5eac) Merge branch 'netbirdio:main' into zitadel-management-v2 - [`8ae0697`](https://github.com/netbirdio/netbird/commit/8ae06972f65c64108b992b81e234eef2336dfed6) Merge branch 'netbirdio:main' into zitadel-management-v2 - [`1fe336a`](https://github.com/netbirdio/netbird/commit/1fe336a2e0f492b389268dacdae0f6c672ce4a75) Merge branch 'netbirdio:main' into zitadel-management-v2 ### 📊 Changes **2 files changed** (+20 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `management/server/idp/zitadel.go` (+18 -29) 📝 `management/server/idp/zitadel_test.go` (+2 -2) </details> ### 📄 Description ## Describe your changes Hello, I propose a PR to migrate to Zitadel API v2. This allows to authenticate users from different organizations. The endpoint for the management API changes from "/management/v1" to "/v2". ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 04:09:05 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#18916