[PR #1182] [MERGED] Update management.json template with all existing configuration parameters #15000

Closed
opened 2026-08-05 03:06:46 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1182
Author: @pascal-fischer
Created: 9/28/2023
Status: Merged
Merged: 10/19/2023
Merged by: @mlsmaycon

Base: mainHead: chore/update-management-config-with-all-params


📝 Commits (5)

  • 74a637c add all available parameters to the management.json template file
  • 982398d Merge branch 'main' into chore/update-management-config-with-all-params
  • 504d8f3 adjust test order
  • b410f27 check management and signal
  • 66995d3 print all PKCEAuthorizationFlow

📊 Changes

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

View changed files

📝 .github/workflows/test-infrastructure-files.yml (+8 -6)
📝 infrastructure_files/management.json.tmpl (+12 -3)

📄 Description

Describe your changes

This PR extends the management.json.tmpl to include all parameters that can be possible in the management.json so users who manage the configuration themself where netbird service only has read-only access are able to see all available fields.

The next step will be to create a docs page where all the parameters are explained and how they used and how then can be defined.

https://github.com/netbirdio/netbird/issues/1175

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/1182 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 9/28/2023 **Status:** ✅ Merged **Merged:** 10/19/2023 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `chore/update-management-config-with-all-params` --- ### 📝 Commits (5) - [`74a637c`](https://github.com/netbirdio/netbird/commit/74a637cab51c147e80e1f76de01591348d406f8f) add all available parameters to the management.json template file - [`982398d`](https://github.com/netbirdio/netbird/commit/982398d1ec0a446a6e9af8b3353d938679226714) Merge branch 'main' into chore/update-management-config-with-all-params - [`504d8f3`](https://github.com/netbirdio/netbird/commit/504d8f302d91ff121056b751350b4921aea12c4d) adjust test order - [`b410f27`](https://github.com/netbirdio/netbird/commit/b410f2768259e141fffbd06e463c6b1f60df4f2d) check management and signal - [`66995d3`](https://github.com/netbirdio/netbird/commit/66995d368bc4ca4fa17b3155f40d13c1f8106636) print all PKCEAuthorizationFlow ### 📊 Changes **2 files changed** (+20 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test-infrastructure-files.yml` (+8 -6) 📝 `infrastructure_files/management.json.tmpl` (+12 -3) </details> ### 📄 Description ## Describe your changes This PR extends the management.json.tmpl to include all parameters that can be possible in the management.json so users who manage the configuration themself where netbird service only has read-only access are able to see all available fields. The next step will be to create a docs page where all the parameters are explained and how they used and how then can be defined. ## Issue ticket number and link https://github.com/netbirdio/netbird/issues/1175 ### 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 --- <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 03:06:46 -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#15000