Add a deny option for the proxy default role (#24145)

* backend

* frontend

* docs

* fix none default role casing and name reserved roles in the error

* reserve every casing of none as a role name
This commit is contained in:
Josh Hawkins
2026-09-12 07:30:04 -06:00
committed by Nicolas Mowen
parent 41bc1a5844
commit e2da7aae99
9 changed files with 194 additions and 18 deletions
+3
View File
@@ -62,6 +62,9 @@ paths:
type: string
'401':
description: Authentication Failed
'403':
description: Access Denied (proxy user resolved to a default role of
'none')
security: []
x-required-role: public
/profile: