[PR #439] [MERGED] Update scripts for the self-hosted Oauth 2.0 Device Auth Grant support #12628

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/439
Author: @braginini
Created: 8/23/2022
Status: Merged
Merged: 8/24/2022
Merged by: @braginini

Base: mainHead: oauth-device-grant-self-hosted-scripts


📝 Commits (9)

  • 3e583dc Update configure scripts for the self-hosted Oauth 2.0 Device Auth Grant support
  • 30b29d6 Remove unnecessary condition
  • 24f34ac Fix configure script scopes setup
  • 7a1c97b Apply code review notes
  • 1dcd735 Update github actions
  • a8b5e62 Update github actions
  • b9f484d Fix configure test action
  • 37cd8d6 Fix configure test action
  • c5a2337 Add curl check and fix codacy

📊 Changes

9 files changed (+93 additions, -33 deletions)

View changed files

📝 .github/workflows/test-docker-compose-linux.yml (+15 -8)
📝 infrastructure_files/base.setup.env (+5 -0)
📝 infrastructure_files/configure.sh (+51 -7)
📝 infrastructure_files/management.json.tmpl (+13 -2)
📝 infrastructure_files/setup.env.example (+5 -7)
📝 infrastructure_files/tests/setup.env (+1 -5)
📝 management/cmd/management.go (+1 -2)
📝 management/server/config.go (+1 -1)
📝 management/server/grpcserver.go (+1 -1)

📄 Description

No description provided


🔄 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/439 **Author:** [@braginini](https://github.com/braginini) **Created:** 8/23/2022 **Status:** ✅ Merged **Merged:** 8/24/2022 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `oauth-device-grant-self-hosted-scripts` --- ### 📝 Commits (9) - [`3e583dc`](https://github.com/netbirdio/netbird/commit/3e583dcaf9b89c64c365360dcdadba55a38a8ff6) Update configure scripts for the self-hosted Oauth 2.0 Device Auth Grant support - [`30b29d6`](https://github.com/netbirdio/netbird/commit/30b29d6c4dc3e47ab7964f8dcaaf60878368f4fa) Remove unnecessary condition - [`24f34ac`](https://github.com/netbirdio/netbird/commit/24f34ac50c39fa539f84a95812ccd5fde78fc740) Fix configure script scopes setup - [`7a1c97b`](https://github.com/netbirdio/netbird/commit/7a1c97b7bda3a52ac391f4ed4ed5b1532bb92f0b) Apply code review notes - [`1dcd735`](https://github.com/netbirdio/netbird/commit/1dcd735ef8ede3de9e833424310c15f5f318632a) Update github actions - [`a8b5e62`](https://github.com/netbirdio/netbird/commit/a8b5e6223c717f87376c9dac57e5b2662bd0fc1f) Update github actions - [`b9f484d`](https://github.com/netbirdio/netbird/commit/b9f484d380042d8c3f1a660e6c27a6f1f9243a56) Fix configure test action - [`37cd8d6`](https://github.com/netbirdio/netbird/commit/37cd8d6e7f3f8ef0e5412cb999cc8ae22eb35379) Fix configure test action - [`c5a2337`](https://github.com/netbirdio/netbird/commit/c5a233781316453476e08407838ef26447736d58) Add curl check and fix codacy ### 📊 Changes **9 files changed** (+93 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test-docker-compose-linux.yml` (+15 -8) 📝 `infrastructure_files/base.setup.env` (+5 -0) 📝 `infrastructure_files/configure.sh` (+51 -7) 📝 `infrastructure_files/management.json.tmpl` (+13 -2) 📝 `infrastructure_files/setup.env.example` (+5 -7) 📝 `infrastructure_files/tests/setup.env` (+1 -5) 📝 `management/cmd/management.go` (+1 -2) 📝 `management/server/config.go` (+1 -1) 📝 `management/server/grpcserver.go` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:06:18 -04:00
saavagebueno changed title from [PR #439] Update scripts for the self-hosted Oauth 2.0 Device Auth Grant support to [PR #439] [MERGED] Update scripts for the self-hosted Oauth 2.0 Device Auth Grant support 2026-08-05 03:06:34 -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#12628