mirror of
https://github.com/netbirdio/terraform-provider-netbird.git
synced 2026-05-22 17:13:16 -07:00
- Added SCIM resource and data source for managing SCIM integration settings - Added Identity Provider resource and data source for managing IdP configurations - Enhanced Account Settings with new configuration options - Added authorized_groups support for SSH policy rules - Added skip_auto_apply option for exit node routes - Updated REST client to latest version - Replaced mock-jwt-provider with embedded IdP in test infrastructure
24 lines
458 B
JSON
24 lines
458 B
JSON
{
|
|
"Stuns": [
|
|
],
|
|
"TURNConfig": {
|
|
"TimeBasedCredentials": true,
|
|
"CredentialsTTL": "12h0m0s",
|
|
"Secret": "",
|
|
"Turns": [
|
|
]
|
|
},
|
|
"Signal": {
|
|
"Proto": "http",
|
|
"URI": "192.168.1.12:80",
|
|
"Username": "",
|
|
"Password": ""
|
|
},
|
|
"Datadir": "/var/lib/netbird",
|
|
"DataStoreEncryptionKey": "Qb/a9fEuGOUQQqu3EZW80btl9ig5csuDUfa31RIJ/8M=",
|
|
"EmbeddedIdP": {
|
|
"Enabled": true,
|
|
"Issuer": "http://localhost:8080/oauth2"
|
|
}
|
|
}
|