1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-09-15 19:21:07 +03:00
Files
nginx-proxy-manager/backend/lib/access/ssl_passthrough_hosts-create.json
2021-10-10 23:49:07 +02:00

24 lines
384 B
JSON

{
"anyOf": [
{
"$ref": "roles#/definitions/admin"
},
{
"type": "object",
"required": ["permission_ssl_passthrough_hosts", "roles"],
"properties": {
"permission_ssl_passthrough_hosts": {
"$ref": "perms#/definitions/manage"
},
"roles": {
"type": "array",
"items": {
"type": "string",
"enum": ["user"]
}
}
}
}
]
}