forgot newAccountsRights in schema

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Mar 20, 2025 at 11:03 UTC bc3f9ed89ff0ff6af5c43a035aadcac8c7f042cf
1 file changed +66
meshcentral-config-schema.json
+66
@@ -3129,6 +3129,17 @@
3129 },
3130 "description": "When set, new accounts will be created for users that authenticate with Google and added to the specified groups."
3131 },
3132 + "newAccountsRights": {
3133 + "type": [
3134 + "array",
3135 + "string"
3136 + ],
3137 + "uniqueItems": true,
3138 + "items": {
3139 + "type": "string"
3140 + },
3141 + "description": "When set, new accounts will be added to these siteadmin rights."
3142 + },
3143 "clientid": {
3144 "type": "string",
3145 "description": "Google client ID."
@@ -3170,6 +3181,17 @@
3181 "type": "string"
3182 }
3183 },
3184 + "newAccountsRights": {
3185 + "type": [
3186 + "array",
3187 + "string"
3188 + ],
3189 + "uniqueItems": true,
3190 + "items": {
3191 + "type": "string"
3192 + },
3193 + "description": "When set, new accounts will be added to these siteadmin rights."
3194 + },
3195 "clientid": {
3196 "type": "string",
3197 "description": "GitHub client ID."
@@ -3211,6 +3233,17 @@
3233 "type": "string"
3234 }
3235 },
3236 + "newAccountsRights": {
3237 + "type": [
3238 + "array",
3239 + "string"
3240 + ],
3241 + "uniqueItems": true,
3242 + "items": {
3243 + "type": "string"
3244 + },
3245 + "description": "When set, new accounts will be added to these siteadmin rights."
3246 + },
3247 "clientid": {
3248 "type": "string",
3249 "description": "Azure client ID."
@@ -3257,6 +3290,17 @@
3290 "type": "string"
3291 }
3292 },
3293 + "newAccountsRights": {
3294 + "type": [
3295 + "array",
3296 + "string"
3297 + ],
3298 + "uniqueItems": true,
3299 + "items": {
3300 + "type": "string"
3301 + },
3302 + "description": "When set, new accounts will be added to these siteadmin rights."
3303 + },
3304 "entityid": {
3305 "type": "string",
3306 "description": "JumpCloud entity ID."
@@ -3309,6 +3353,17 @@
3353 "type": "string"
3354 }
3355 },
3356 + "newAccountsRights": {
3357 + "type": [
3358 + "array",
3359 + "string"
3360 + ],
3361 + "uniqueItems": true,
3362 + "items": {
3363 + "type": "string"
3364 + },
3365 + "description": "When set, new accounts will be added to these siteadmin rights."
3366 + },
3367 "entityid": {
3368 "type": "string",
3369 "description": "SAML entity ID."
@@ -3380,6 +3435,17 @@
3435 "type": "string"
3436 }
3437 },
3438 + "newAccountsRights": {
3439 + "type": [
3440 + "array",
3441 + "string"
3442 + ],
3443 + "uniqueItems": true,
3444 + "items": {
3445 + "type": "string"
3446 + },
3447 + "description": "When set, new accounts will be added to these siteadmin rights."
3448 + },
3449 "clientid": {
3450 "type": "string",
3451 "depreciated": true,