netbird
netbird copied to clipboard
Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.
**Describe the problem** I´ve setup netbird on a hetzner Cloud-VM (ubuntu 22.04lts) and used the quick start script. I worked with netbird for a while and the (i think ist...
I've followed the 5 minutes guide for setting up Netbird. I do get access to the management interface and zitadel, and my clients are able to connect to the management...
## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ]...
**Describe the problem** use the quick start script `export NETBIRD_DOMAIN=netbird.*****.com; curl -fsSL https://github.com/netbirdio/netbird/releases/latest/download/getting-started-with-zitadel.sh | bash` success deploy. and visit https://netbird.****.com/peers is always loading, use F12 look up, find request /api/users...
Request failed with status code 401. Please refresh the page if the issue continues. token invalid
Using authentik as auth provider. and Traefik as the reverse proxy. These lines appear in the management logs: ``` 2024-03-02T18:37:27Z ERRO management/server/http/util/util.go:80: got a handler error: token invalid 2024-03-02T18:37:27Z ERRO...
## Describe your changes ## Issue ticket number and link ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is...
**Describe the problem** Netbird in docker container or in kubernetes pod for self hosted netbird. Dns resolve correct ip (nslookup works correct) but curl, ping, wget return error: bad address...
## Describe your changes Adds ClientCertPath and ClientCertKey to the config, to provide mTLS credentials for IDP authentication. A usecase is having your IDP behind a mTLS terminating reverse proxy,...
Slack: https://netbirdio.slack.com/archives/C02KHAE8VLZ/p1716836567943349 **To Reproduce** - Connect - Disable a route, for example an exit node - Disconnect & Connect again - All routes are selected again ![Uploading CleanShot 2024-05-27 at...
## Describe your changes This PR reduced database reads by adding getAccountIDBy... to the store and adjusting the database locks. ## Issue ticket number and link ### Checklist - [...