[PR #4733] [CLOSED] [management] Feature - Add optional use of the Zitadel API v2 #24013

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/4733
Author: @remipcomaite
Created: 10/31/2025
Status: Closed

Base: mainHead: feat/add-zitadel-v2


📝 Commits (2)

  • 18c8797 Feature - Add optional use of the Zitadel API v2
  • 71f5710 Merge branch 'main' into feat/add-zitadel-v2

📊 Changes

1 file changed (+132 additions, -66 deletions)

View changed files

📝 management/server/idp/zitadel.go (+132 -66)

📄 Description

Describe your changes

The modification aims to allow the use of the Zitadel API v2 based on the URL of the management endpoint that is provided.

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)

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.

Summary by CodeRabbit

Release Notes

  • New Features
    • Added support for Zitadel API v2 with automatic API version detection.
    • User management operations now function seamlessly with both v1 and v2 Zitadel APIs.
    • Maintained backward compatibility with existing Zitadel API v1 configurations.

✏️ Tip: You can customize this high-level summary in your review settings.


🔄 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/4733 **Author:** [@remipcomaite](https://github.com/remipcomaite) **Created:** 10/31/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/add-zitadel-v2` --- ### 📝 Commits (2) - [`18c8797`](https://github.com/netbirdio/netbird/commit/18c87975e0ca497a18bdfcd61d43e63480c0ca4f) Feature - Add optional use of the Zitadel API v2 - [`71f5710`](https://github.com/netbirdio/netbird/commit/71f5710591074cc29f77cd88123f884b984bd556) Merge branch 'main' into feat/add-zitadel-v2 ### 📊 Changes **1 file changed** (+132 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `management/server/idp/zitadel.go` (+132 -66) </details> ### 📄 Description ## Describe your changes The modification aims to allow the use of the Zitadel API v2 based on the URL of the management endpoint that is provided. ### 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) > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **New Features** * Added support for Zitadel API v2 with automatic API version detection. * User management operations now function seamlessly with both v1 and v2 Zitadel APIs. * Maintained backward compatibility with existing Zitadel API v1 configurations. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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 06:08:09 -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#24013