Add PROXY_SECRET for IBM i proxy auth
This commit is contained in:
@@ -88,6 +88,15 @@
|
||||
"required": false,
|
||||
"default": "",
|
||||
"env_variable": "CONTEXT_ROOT"
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
"label": "Proxy Auth Secret",
|
||||
"hint": "Shared secret for trusted reverse proxy authentication (X-Proxy-Secret header). Leave empty to allow unauthenticated access.",
|
||||
"required": false,
|
||||
"env_variable": "PROXY_SECRET",
|
||||
"min": 0,
|
||||
"max": 200
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user