[PR #4609] [CLOSED] [client] handle missed global management url flag in login cmd #23692

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/4609
Author: @hakansa
Created: 10/9/2025
Status: Closed

Base: mainHead: fix/login-cmd-root-flags


📝 Commits (4)

  • 25a45d8 handle missed global flags in login cmd
  • ce79108 Merge branch 'main' into fix/login-cmd-root-flags
  • fda2146 Add ssh related flags
  • de527ad Merge remote-tracking branch 'origin/main' into fix/login-cmd-root-flags

📊 Changes

4 files changed (+64 additions, -2 deletions)

View changed files

📝 client/cmd/login.go (+49 -0)
📝 client/proto/daemon.pb.go (+11 -2)
📝 client/proto/daemon.proto (+2 -0)
📝 client/server/server.go (+2 -0)

📄 Description

Describe your changes

[client] handle missed global management url flag in login cmd

Stack

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.

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)
    .

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

https://github.com/netbirdio/docs/pull/__

Summary by CodeRabbit

  • New Features
    • Added a configuration option to disable firewall behavior.
    • Login now syncs selected configuration from the daemon during sign-in and will warn if the sync service is unavailable.

🔄 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/4609 **Author:** [@hakansa](https://github.com/hakansa) **Created:** 10/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/login-cmd-root-flags` --- ### 📝 Commits (4) - [`25a45d8`](https://github.com/netbirdio/netbird/commit/25a45d8cebb41a11aa41853349a89ec72c670746) handle missed global flags in login cmd - [`ce79108`](https://github.com/netbirdio/netbird/commit/ce79108d556324f2316d3850ce7027a75ed28e30) Merge branch 'main' into fix/login-cmd-root-flags - [`fda2146`](https://github.com/netbirdio/netbird/commit/fda2146b485281721afc9b3fcac94f54a39305dc) Add ssh related flags - [`de527ad`](https://github.com/netbirdio/netbird/commit/de527ad3a83855f9cce17a556abb124932ccbff4) Merge remote-tracking branch 'origin/main' into fix/login-cmd-root-flags ### 📊 Changes **4 files changed** (+64 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/login.go` (+49 -0) 📝 `client/proto/daemon.pb.go` (+11 -2) 📝 `client/proto/daemon.proto` (+2 -0) 📝 `client/server/server.go` (+2 -0) </details> ### 📄 Description ## Describe your changes [client] handle missed global management url flag in login cmd ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [x] 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](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). ## Documentation Select exactly one: - [ ] I added/updated documentation for this change - [x] Documentation is **not needed** for this change (explain why) . ### Docs PR URL (required if "docs added" is checked) Paste the PR link from https://github.com/netbirdio/docs here: https://github.com/netbirdio/docs/pull/__ <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a configuration option to disable firewall behavior. * Login now syncs selected configuration from the daemon during sign-in and will warn if the sync service is unavailable. <!-- 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:07:43 -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#23692