Enhancement #25478
openNormalize authentication logs
Description
We have a lot of differente loggers to log things about authentication, authorization, users, oidc, etc.
This is a mess that makes thing hard to change.
We need to normalize around only one logger: application.authentication
Loggers that should be migrated are at least:
- application.authorization
- application.user
- org.springframework.security.RudderProviderManager (because it's more linked to rudder authentication process than spring internals)
Perhaps there is others.
We should for now keep the auth-backends
logger for the authentication backend plugin.
And user management should use the common logger.
Updated by Clark ANDRIANASOLO 3 months ago
- Related to Bug #25479: Users cleanup configuration is too strict on disabled users added
Updated by Clark ANDRIANASOLO 3 months ago
- Status changed from New to In progress
Updated by Clark ANDRIANASOLO 3 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/5883
Updated by Clark ANDRIANASOLO 3 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|740347efd5c5ad180dc98f28d1f4cc46231f7c44.
Updated by Clark ANDRIANASOLO 3 months ago
Applied in changeset rudder|16fa3df8423419d5dd5aac9710782299a44b14f7.
Updated by François ARMAND 3 months ago
- Fix check changed from To do to Checked
2024-09-18 15:10:43+0000 DEBUG application.authentication - Rudder authentication attempt for principal 'rootadmin' with backend 'rootAdmin': success
Updated by Vincent MEMBRÉ 2 months ago
This bug has been fixed in Rudder 8.1.7 which was released today.