Skip to content

Commit ec0acbd

Browse files
committed
Merge branch '909-ldap-user-group-confirmation' of https://natwest.gitlab-dedicated.com/natwestgroup/DigitalX/Technology/EnterpriseEngineering/OSPO/finos/fork-git-proxy into 909-ldap-user-group-confirmation
2 parents e5fe90d + 70af4ee commit ec0acbd

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

config.schema.json

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"type": { "type": "string", "const": "local" },
202202
"enabled": { "type": "boolean" }
203203
},
204-
"required": ["type","enabled"]
204+
"required": ["type", "enabled"]
205205
},
206206
{
207207
"properties": {
@@ -232,16 +232,19 @@
232232
"type": "string",
233233
"description": "An account name capable of performing the operations desired."
234234
},
235-
"password": { "type": "string", "description": "Password for the given `username`." }
235+
"password": {
236+
"type": "string",
237+
"description": "Password for the given `username`."
238+
}
236239
},
237240
"required": ["url", "baseDN", "username", "password"]
238241
}
239242
},
240-
"required": ["type","enabled","adminGroup","userGroup","domain"]
243+
"required": ["type", "enabled", "adminGroup", "userGroup", "domain"]
241244
},
242245
{
243246
"properties": {
244-
"type": { "type": "string", "const": "openidconnect" },
247+
"type": { "type": "string", "const": "OpenIdConnect" },
245248
"enabled": { "type": "boolean" },
246249
"oidcConfig": {
247250
"type": "object",
@@ -253,10 +256,10 @@
253256
"callbackURL": { "type": "string" },
254257
"scope": { "type": "string" }
255258
},
256-
"required": ["issuer","clientID","clientSecret","callbackURL","scope"]
259+
"required": ["issuer", "clientID", "clientSecret", "callbackURL", "scope"]
257260
}
258261
},
259-
"required": ["type","enabled","oidcConfig"]
262+
"required": ["type", "enabled", "oidcConfig"]
260263
},
261264
{
262265
"properties": {
@@ -269,18 +272,12 @@
269272
"clientID": { "type": "string" },
270273
"authorityURL": { "type": "string" }
271274
},
272-
"required": ["clientID","authorityURL"]
275+
"required": ["clientID", "authorityURL"]
273276
}
274277
},
275-
"required": ["type","enabled","jwtConfig"]
278+
"required": ["type", "enabled", "jwtConfig"]
276279
}
277-
],
278-
"properties": {
279-
"type": { "type": "string", "enum": ["local", "ActiveDirectory", "openidconnect", "jwt"] },
280-
"enabled": { "type": "boolean" },
281-
282-
},
283-
"required": ["type", "enabled"]
280+
]
284281
},
285282
"routeAuthRule": {
286283
"type": "object",

0 commit comments

Comments
 (0)