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
Updated by Clark ANDRIANASOLO 9 months ago
- Related to Architecture #24189: No API right with aliased roles added
Updated by Clark ANDRIANASOLO 9 months ago
- Project changed from Authentication backends to Rudder
Updated by Clark ANDRIANASOLO 9 months ago
- Status changed from New to In progress
Updated by Clark ANDRIANASOLO 9 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/5414
Updated by Clark ANDRIANASOLO 9 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|edf23fe2cb9f75458b8ff646d44becf321372fe0.
Updated by Clark ANDRIANASOLO 9 months ago
Applied in changeset rudder|da680a922d87d1fa089c2ef9de380c967ddee1aa.
Updated by Clark ANDRIANASOLO 9 months ago
Applied in changeset rudder|da680a922d87d1fa089c2ef9de380c967ddee1aa.
Updated by Anonymous 9 months ago
Applied in changeset rudder|e01d327dfdb3b56f53fdef9d7e3a9fcf1478be51.
Updated by Vincent MEMBRÉ 8 months ago
- Target version changed from 7.3.12-backport-24146 to 7.3.13
Updated by Vincent MEMBRÉ 8 months ago
- Status changed from Pending release to Released
Actions