Guest User

netbird-management-json

a guest
Dec 14th, 2025
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. {
  2. "Stuns": [
  3. {
  4. "Proto": "udp",
  5. "URI": "stun:subdomain.company.com:3478",
  6. "Username": "",
  7. "Password": ""
  8. }
  9. ],
  10. "TURNConfig": {
  11. "TimeBasedCredentials": false,
  12. "CredentialsTTL": "12h0m0s",
  13. "Secret": "secret",
  14. "Turns": [
  15. {
  16. "Proto": "udp",
  17. "URI": "turn:subdomain.company.com:3478",
  18. "Username": "self",
  19. "Password": "xyz"
  20. }
  21. ]
  22. },
  23. "Relay": {
  24. "Addresses": [
  25. "rel://subdomain.company.com:33080"
  26. ],
  27. "CredentialsTTL": "24h0m0s",
  28. "Secret": "xyz"
  29. },
  30. "Signal": {
  31. "Proto": "https",
  32. "URI": "subdomain.company.com:10000",
  33. "Username": "",
  34. "Password": ""
  35. },
  36. "Datadir": "/var/lib/netbird/",
  37. "DataStoreEncryptionKey": "xyz",
  38. "HttpConfig": {
  39. "LetsEncryptDomain": "",
  40. "CertFile": "/etc/letsencrypt/live/subdomain.company.com/fullchain.pem",
  41. "CertKey": "/etc/letsencrypt/live/subdomain.company.com/privkey.pem",
  42. "AuthAudience": "xyz.apps.googleusercontent.com",
  43. "AuthIssuer": "https://accounts.google.com",
  44. "AuthUserIDClaim": "",
  45. "AuthKeysLocation": "https://www.googleapis.com/oauth2/v3/certs",
  46. "OIDCConfigEndpoint": "https://accounts.google.com/.well-known/openid-configuration",
  47. "IdpSignKeyRefreshEnabled": true,
  48. "ExtraAuthAudience": ""
  49. },
  50. "IdpManagerConfig": {
  51. "ManagerType": "google",
  52. "ClientConfig": {
  53. "Issuer": "https://accounts.google.com",
  54. "TokenEndpoint": "https://oauth2.googleapis.com/token",
  55. "ClientID": "xyz.apps.googleusercontent.com",
  56. "ClientSecret": "",
  57. "GrantType": "client_credentials"
  58. },
  59. "ExtraConfig": {
  60. "CustomerId": "xyz",
  61. "ServiceAccountKey": "xyz"
  62. },
  63. "Auth0ClientCredentials": null,
  64. "AzureClientCredentials": null,
  65. "KeycloakClientCredentials": null,
  66. "ZitadelClientCredentials": null
  67. },
  68. "DeviceAuthorizationFlow": {
  69. "Provider": "none",
  70. "ProviderConfig": {
  71. "ClientID": "",
  72. "ClientSecret": "",
  73. "Domain": "",
  74. "Audience": "xyz.apps.googleusercontent.com",
  75. "TokenEndpoint": "https://oauth2.googleapis.com/token",
  76. "DeviceAuthEndpoint": "https://oauth2.googleapis.com/device/code",
  77. "AuthorizationEndpoint": "",
  78. "Scope": "openid",
  79. "UseIDToken": false,
  80. "RedirectURLs": null,
  81. "DisablePromptLogin": false,
  82. "LoginFlag": 0
  83. }
  84. },
  85. "PKCEAuthorizationFlow": {
  86. "ProviderConfig": {
  87. "ClientID": "xyz.apps.googleusercontent.com",
  88. "ClientSecret": "xyz",
  89. "Domain": "",
  90. "Audience": "xyz.apps.googleusercontent.com",
  91. "TokenEndpoint": "https://oauth2.googleapis.com/token",
  92. "DeviceAuthEndpoint": "",
  93. "AuthorizationEndpoint": "https://accounts.google.com/o/oauth2/v2/auth",
  94. "Scope": "openid profile email",
  95. "UseIDToken": true,
  96. "RedirectURLs": [
  97. "http://localhost:53000"
  98. ],
  99. "DisablePromptLogin": false,
  100. "LoginFlag": 0
  101. }
  102. },
  103. "StoreConfig": {
  104. "Engine": "sqlite"
  105. },
  106. "ReverseProxy": {
  107. "TrustedHTTPProxies": [],
  108. "TrustedHTTPProxiesCount": 0,
  109. "TrustedPeers": [
  110. "0.0.0.0/0"
  111. ]
  112. },
  113. "DisableDefaultPolicy": true
  114. }
Advertisement
Add Comment
Please, Sign In to add comment