bouncer/internal/proxy/director/layer/authn/layer-options.json

25 lines
628 B
JSON

{
"$id": "https://forge.cadoles.com/cadoles/bouncer/schemas/authn-options",
"title": "Authentication layer options",
"type": "object",
"properties": {
"matchURLs": {
"type": "array",
"items": {
"type": "string"
}
},
"headers": {
"type": "object",
"properties": {
"rules": {
"type": "array",
"item": {
"type": "string"
}
}
},
"additionalProperties": false
}
}
}