netbird icon indicating copy to clipboard operation
netbird copied to clipboard

Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.

Results 848 netbird issues
Sort by recently updated
recently updated
newest added

Hello. This is a feature request for netbird’s team. As a regular user, I want all devices I add to the network to be peers within “my own group”. As...

Hello, this is a feature request for the netbird team. As a network admin, I’d like to have the option to create an ACL rule and then set it as...

Should the routing to private networks work when the gateway is in a docker container? ``` traceroute 10.1.0.2 traceroute to 10.1.0.2 (10.1.0.2), 30 hops max, 60 byte packets 1 100.119.x.x...

Today the client connects automatically every time the service is started and the peer is authenticated We should add an option to prevent this behavior if the user doesn't want...

Management service configures a list of STUN/TURN servers sent to peers as a part of a configuration update. We could extend the Management service to allow users to configure a...

enhancement
management-service

Instead of providing `AuthIssuer` and `AuthKeysLocation` the `management.json` config [file](https://github.com/netbirdio/netbird/blob/09312b3e6da7c82b15964d26ae3df4d5a38b0533/infrastructure_files/management.json.tmpl), provide an OIDC config endpoint from which this information can be fetched: ``` https://AUTHORITY/.well-known/openid-configuration ```

enhancement

It seems that the `wiretrustee up` command needs ran at regular intervals to ensure that the service never disconnects without any warning and self-healing. Is it possible to have a...

Right now there is a `config.json` file which is not really a config, but state (see this [issue](https://gitlab.com/gitlab-org/gitlab-runner/-/issues/5024) to get a rough idea on why this is bad). There should...

When using a valid URL but with an invalid response for AuthKeysLocation, management returns the error: ```shell 2022/08/17 16:19:38 http2: panic serving X.X.X.X:24409: unable to find appropriate key goroutine 49...

bug
management-service

latest versions of the lint tool complains about the following: ```shell util/file.go:6:2: SA1019: "io/ioutil" has been deprecated since Go 1.16: As of Go 1.16, the same functionality is now provided...