Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "Stuns": [
- {
- "Proto": "udp",
- "URI": "stun:subdomain.company.com:3478",
- "Username": "",
- "Password": ""
- }
- ],
- "TURNConfig": {
- "TimeBasedCredentials": false,
- "CredentialsTTL": "12h0m0s",
- "Secret": "secret",
- "Turns": [
- {
- "Proto": "udp",
- "URI": "turn:subdomain.company.com:3478",
- "Username": "self",
- "Password": "xyz"
- }
- ]
- },
- "Relay": {
- "Addresses": [
- "rel://subdomain.company.com:33080"
- ],
- "CredentialsTTL": "24h0m0s",
- "Secret": "xyz"
- },
- "Signal": {
- "Proto": "https",
- "URI": "subdomain.company.com:10000",
- "Username": "",
- "Password": ""
- },
- "Datadir": "/var/lib/netbird/",
- "DataStoreEncryptionKey": "xyz",
- "HttpConfig": {
- "LetsEncryptDomain": "",
- "CertFile": "/etc/letsencrypt/live/subdomain.company.com/fullchain.pem",
- "CertKey": "/etc/letsencrypt/live/subdomain.company.com/privkey.pem",
- "AuthAudience": "xyz.apps.googleusercontent.com",
- "AuthIssuer": "https://accounts.google.com",
- "AuthUserIDClaim": "",
- "AuthKeysLocation": "https://www.googleapis.com/oauth2/v3/certs",
- "OIDCConfigEndpoint": "https://accounts.google.com/.well-known/openid-configuration",
- "IdpSignKeyRefreshEnabled": true,
- "ExtraAuthAudience": ""
- },
- "IdpManagerConfig": {
- "ManagerType": "google",
- "ClientConfig": {
- "Issuer": "https://accounts.google.com",
- "TokenEndpoint": "https://oauth2.googleapis.com/token",
- "ClientID": "xyz.apps.googleusercontent.com",
- "ClientSecret": "",
- "GrantType": "client_credentials"
- },
- "ExtraConfig": {
- "CustomerId": "xyz",
- "ServiceAccountKey": "xyz"
- },
- "Auth0ClientCredentials": null,
- "AzureClientCredentials": null,
- "KeycloakClientCredentials": null,
- "ZitadelClientCredentials": null
- },
- "DeviceAuthorizationFlow": {
- "Provider": "none",
- "ProviderConfig": {
- "ClientID": "",
- "ClientSecret": "",
- "Domain": "",
- "Audience": "xyz.apps.googleusercontent.com",
- "TokenEndpoint": "https://oauth2.googleapis.com/token",
- "DeviceAuthEndpoint": "https://oauth2.googleapis.com/device/code",
- "AuthorizationEndpoint": "",
- "Scope": "openid",
- "UseIDToken": false,
- "RedirectURLs": null,
- "DisablePromptLogin": false,
- "LoginFlag": 0
- }
- },
- "PKCEAuthorizationFlow": {
- "ProviderConfig": {
- "ClientID": "xyz.apps.googleusercontent.com",
- "ClientSecret": "xyz",
- "Domain": "",
- "Audience": "xyz.apps.googleusercontent.com",
- "TokenEndpoint": "https://oauth2.googleapis.com/token",
- "DeviceAuthEndpoint": "",
- "AuthorizationEndpoint": "https://accounts.google.com/o/oauth2/v2/auth",
- "Scope": "openid profile email",
- "UseIDToken": true,
- "RedirectURLs": [
- "http://localhost:53000"
- ],
- "DisablePromptLogin": false,
- "LoginFlag": 0
- }
- },
- "StoreConfig": {
- "Engine": "sqlite"
- },
- "ReverseProxy": {
- "TrustedHTTPProxies": [],
- "TrustedHTTPProxiesCount": 0,
- "TrustedPeers": [
- "0.0.0.0/0"
- ]
- },
- "DisableDefaultPolicy": true
- }
Advertisement
Add Comment
Please, Sign In to add comment