Netbird/management.json

112 lines
3.7 KiB
JSON
Raw Permalink Normal View History

2025-11-23 18:38:45 +00:00
{
"Stuns": [
{
"Proto": "udp",
"URI": "stun:netbird.rozic-dev.com:3478",
"Username": "",
"Password": ""
}
],
"TURNConfig": {
"TimeBasedCredentials": false,
"CredentialsTTL": "0s",
"Secret": "",
"Turns": [
{
"Proto": "udp",
"URI": "turn:netbird.rozic-dev.com:3478",
"Username": "self",
2025-11-24 11:49:19 +00:00
"Password": "BxiYGdSSaLMQl0wunXDmFc5aawPxVDv7vRcpddr+itU"
2025-11-23 18:38:45 +00:00
}
]
},
"Relay": {
"Addresses": [
"rels://netbird.rozic-dev.com:443/relay"
],
"CredentialsTTL": "24h0m0s",
2025-11-24 11:49:19 +00:00
"Secret": "ngW8TtrOTY3zka/Uo+OTgHZx01l6vWzOOsck8bKicFc"
2025-11-23 18:38:45 +00:00
},
"Signal": {
"Proto": "https",
"URI": "netbird.rozic-dev.com:443",
"Username": "",
"Password": ""
},
"Datadir": "/var/lib/netbird/",
2025-11-24 11:49:19 +00:00
"DataStoreEncryptionKey": "pbPBj5+/hqKZhnahw9Z+NfUgu+d8UIeZPySKNTW+wIo=",
2025-11-23 18:38:45 +00:00
"HttpConfig": {
"LetsEncryptDomain": "",
"CertFile": "",
"CertKey": "",
2025-11-24 11:49:19 +00:00
"AuthAudience": "348106286266646531",
2025-11-23 18:38:45 +00:00
"AuthIssuer": "https://netbird.rozic-dev.com",
"AuthUserIDClaim": "",
"AuthKeysLocation": "https://netbird.rozic-dev.com/oauth/v2/keys",
"OIDCConfigEndpoint": "https://netbird.rozic-dev.com/.well-known/openid-configuration",
"IdpSignKeyRefreshEnabled": true,
"ExtraAuthAudience": ""
},
"IdpManagerConfig": {
"ManagerType": "zitadel",
"ClientConfig": {
"Issuer": "https://netbird.rozic-dev.com",
"TokenEndpoint": "https://netbird.rozic-dev.com/oauth/v2/token",
"ClientID": "netbird-service-account",
2025-11-24 11:49:19 +00:00
"ClientSecret": "y18AfMhKgUZKNniPs7e0rhFlcYMqdGz2ekeY2N0qvcAbhuTMCWtaJSfwtCNraZQy",
2025-11-23 18:38:45 +00:00
"GrantType": "client_credentials"
},
"ExtraConfig": {
"ManagementEndpoint": "https://netbird.rozic-dev.com/management/v1"
},
"Auth0ClientCredentials": null,
"AzureClientCredentials": null,
"KeycloakClientCredentials": null,
"ZitadelClientCredentials": null
},
"DeviceAuthorizationFlow": {
"Provider": "hosted",
"ProviderConfig": {
2025-11-24 11:49:19 +00:00
"ClientID": "348106288498016259",
2025-11-23 18:38:45 +00:00
"ClientSecret": "",
"Domain": "netbird.rozic-dev.com",
2025-11-24 11:49:19 +00:00
"Audience": "348106288498016259",
2025-11-23 18:38:45 +00:00
"TokenEndpoint": "https://netbird.rozic-dev.com/oauth/v2/token",
"DeviceAuthEndpoint": "https://netbird.rozic-dev.com/oauth/v2/device_authorization",
"AuthorizationEndpoint": "",
"Scope": "openid",
"UseIDToken": false,
"RedirectURLs": null,
"DisablePromptLogin": false,
"LoginFlag": 0
}
},
"PKCEAuthorizationFlow": {
"ProviderConfig": {
2025-11-24 11:49:19 +00:00
"ClientID": "348106288498016259",
2025-11-23 18:38:45 +00:00
"ClientSecret": "",
"Domain": "",
2025-11-24 11:49:19 +00:00
"Audience": "348106288498016259",
2025-11-23 18:38:45 +00:00
"TokenEndpoint": "https://netbird.rozic-dev.com/oauth/v2/token",
"DeviceAuthEndpoint": "",
"AuthorizationEndpoint": "https://netbird.rozic-dev.com/oauth/v2/authorize",
"Scope": "openid profile email offline_access",
"UseIDToken": false,
"RedirectURLs": [
"http://localhost:53000/",
"http://localhost:54000/"
],
"DisablePromptLogin": false,
"LoginFlag": 0
}
},
"StoreConfig": {
"Engine": ""
},
"ReverseProxy": {
"TrustedHTTPProxies": null,
"TrustedHTTPProxiesCount": 0,
"TrustedPeers": null
},
"DisableDefaultPolicy": false
}