Files
terraform-provider-netbird/test/management.json
Bethuel MmbagaandGitHub 48a7661c8c Sync provider with latest OpenAPI spec (#117)
- 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
2026-02-20 18:12:11 +03:00

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"
}
}