mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:34:14 -04:00
Embed Dex as a built-in IdP to simplify self-hosting setup. Adds an embedded OIDC Identity Provider (Dex) with local user management and optional external IdP connectors (Google/GitHub/OIDC/SAML), plus device-auth flow for CLI login. Introduces instance onboarding/setup endpoints (including owner creation), field-level encryption for sensitive user data, a streamlined self-hosting provisioning script, and expanded APIs + test coverage for IdP management. more at https://github.com/netbirdio/netbird/pull/5008#issuecomment-3718987393
35 lines
843 B
Plaintext
35 lines
843 B
Plaintext
.idea
|
|
.run
|
|
*.iml
|
|
dist/
|
|
bin/
|
|
.env
|
|
conf.json
|
|
http-cmds.sh
|
|
setup.env
|
|
infrastructure_files/**/Caddyfile
|
|
infrastructure_files/**/dashboard.env
|
|
infrastructure_files/**/zitadel.env
|
|
infrastructure_files/**/management.json
|
|
infrastructure_files/**/management-*.json
|
|
infrastructure_files/**/docker-compose.yml
|
|
infrastructure_files/**/openid-configuration.json
|
|
infrastructure_files/**/turnserver.conf
|
|
infrastructure_files/**/management.json.bkp.**
|
|
infrastructure_files/**/management-*.json.bkp.**
|
|
infrastructure_files/**/docker-compose.yml.bkp.**
|
|
infrastructure_files/**/openid-configuration.json.bkp.**
|
|
infrastructure_files/**/turnserver.conf.bkp.**
|
|
management/management
|
|
client/client
|
|
client/client.exe
|
|
*.syso
|
|
client/.distfiles/
|
|
infrastructure_files/setup.env
|
|
infrastructure_files/setup-*.env
|
|
.vscode
|
|
.DS_Store
|
|
vendor/
|
|
/netbird
|
|
client/netbird-electron/
|