[PR #843] [MERGED] Support IDP manager configuration with configure.sh #13066

Closed
opened 2026-08-05 02:07:22 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/843
Author: @bcmmbaga
Created: 5/8/2023
Status: Merged
Merged: 6/2/2023
Merged by: @mlsmaycon

Base: mainHead: main


📝 Commits (10+)

  • a917403 configure zitadel idp manager
  • 51d1951 disable shell check for unused var
  • 5809803 refactoring
  • d4a179e add double quote to prevent globbing
  • 6d1cf14 add refresh token grant to new application
  • a01f63f Merge remote-tracking branch 'upstream/main'
  • 576276a add management idp env
  • 896c99f remove zitadel management.json template
  • 7e1f6ec refactoring
  • 374bdfe load and populate management extra config

📊 Changes

7 files changed (+231 additions, -63 deletions)

View changed files

📝 .github/workflows/test-docker-compose-linux.yml (+14 -1)
📝 infrastructure_files/configure.sh (+70 -57)
📝 infrastructure_files/management.json.tmpl (+9 -1)
📝 infrastructure_files/setup.env.example (+5 -0)
📝 infrastructure_files/tests/setup.env (+4 -1)
infrastructure_files/zitadel.sh (+122 -0)
📝 management/server/idp/idp.go (+7 -3)

📄 Description

Describe your changes

Adds functionality to auto configured zitadel when used as IdP.

Use steps in zitadel-quickstart.md for configuration.

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/843 **Author:** [@bcmmbaga](https://github.com/bcmmbaga) **Created:** 5/8/2023 **Status:** ✅ Merged **Merged:** 6/2/2023 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`a917403`](https://github.com/netbirdio/netbird/commit/a917403be4f499185a29c88f5a210917c5e88030) configure zitadel idp manager - [`51d1951`](https://github.com/netbirdio/netbird/commit/51d19518e1dc82332f1c865cd47579a26ad9b11b) disable shell check for unused var - [`5809803`](https://github.com/netbirdio/netbird/commit/58098036c978a8ac2369d8231ceff94d377d5fa9) refactoring - [`d4a179e`](https://github.com/netbirdio/netbird/commit/d4a179e11e61cea6769c50d5f7b8b1a0ea8b7cab) add double quote to prevent globbing - [`6d1cf14`](https://github.com/netbirdio/netbird/commit/6d1cf148c269ad90f4b24cb6b26a0055041804e3) add refresh token grant to new application - [`a01f63f`](https://github.com/netbirdio/netbird/commit/a01f63fb4b7474c42ae25405b8e9cda85e2b3027) Merge remote-tracking branch 'upstream/main' - [`576276a`](https://github.com/netbirdio/netbird/commit/576276a93189893c897c1e54a4beba884449e5b7) add management idp env - [`896c99f`](https://github.com/netbirdio/netbird/commit/896c99ffd8ae9d9f00b3f2ff64177d7388767d87) remove zitadel management.json template - [`7e1f6ec`](https://github.com/netbirdio/netbird/commit/7e1f6ecf378dc6bc2b525cd995db68805f82348f) refactoring - [`374bdfe`](https://github.com/netbirdio/netbird/commit/374bdfee096eef02ed27b8da513da4df0e9f489b) load and populate management extra config ### 📊 Changes **7 files changed** (+231 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test-docker-compose-linux.yml` (+14 -1) 📝 `infrastructure_files/configure.sh` (+70 -57) 📝 `infrastructure_files/management.json.tmpl` (+9 -1) 📝 `infrastructure_files/setup.env.example` (+5 -0) 📝 `infrastructure_files/tests/setup.env` (+4 -1) ➕ `infrastructure_files/zitadel.sh` (+122 -0) 📝 `management/server/idp/idp.go` (+7 -3) </details> ### 📄 Description ## Describe your changes Adds functionality to auto configured zitadel when used as IdP. Use steps in [zitadel-quickstart.md](https://github.com/netbirdio/docs/blob/a1802ccc0bc55a17f451c1c0839ffd018ec3660f/docs/getting-started/zitadel-quickstart.md) for configuration. ## 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 02:07:22 -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#13066