Actions
Bug #24284
closedLog on user api authorizations should be more concise
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Very Small
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
On login, we have a DEBUG log in auth-backends :
[2024-02-14 13:32:26+0100] DEBUG auth-backends - Principal 'testuser' final roles: [administrator], and API authz: ACL(List(ApiAclElement(Root(List()),HashSet(HEAD, PUT, GET, POST, DELETE))))
but when we actually have to debug it, the last part (API authz) is hardly readable.
We want a prettier display instead, e.g. /:[HEAD,GET,PUT,POST,DELETE]
in this case
Actions