[
https://issues.apache.org/jira/browse/ARTEMIS-5187?focusedWorklogId=945991&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-945991
]
ASF GitHub Bot logged work on ARTEMIS-5187:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 28/Nov/24 09:50
Start Date: 28/Nov/24 09:50
Worklog Time Spent: 10m
Work Description: brusdev opened a new pull request, #5376:
URL: https://github.com/apache/activemq-artemis/pull/5376
When the ArtemisRbacMBeanServerBuilder class is used for the RBAC
management, a clash of authentication cache keys between clients failing
authentication and web console authenticated users can cause web console
authenticated users to receive authorization errors, blank screens and similar
issues after successful login to the console.
Issue Time Tracking
-------------------
Worklog Id: (was: 945991)
Remaining Estimate: 0h
Time Spent: 10m
> ArtemisRbacMBeanServerBuilder causes AMQ229031 errors after authentication
> failures
> -----------------------------------------------------------------------------------
>
> Key: ARTEMIS-5187
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5187
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Domenico Francesco Bruscino
> Assignee: Domenico Francesco Bruscino
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When the ArtemisRbacMBeanServerBuilder class is used for the RBAC management,
> a clash of authentication cache keys between clients failing authentication
> and web console authenticated users can cause web console authenticated users
> to receive authorization errors, blank screens and similar issues after
> successful login to the console.
> {code}
> WARN [org.apache.activemq.artemis.core.server] AMQ222216: Security problem
> while authenticating: AMQ229031: Unable to validate user from /x.x.x.x:x.
> Username: null; SSL certificate subject DN: unavailable
> [AUDIT](Thread-1 (activemq-netty-threads)) INFO
> [org.apache.activemq.audit.resource] AMQ601716: User [email protected]:x
> failed authentication on connection fcc9b169, reason: AMQ229031: Unable to
> validate user from /x.x.x.x:x. Username: null; SSL certificate subject DN:
> unavailable
> WARN [org.apache.activemq.artemis.core.server] AMQ222216: Security problem
> while authenticating: AMQ229031: Unable to validate user from management.
> Username: null; SSL certificate subject DN: unavailable
> [AUDIT](qtp140163428-111) INFO [org.apache.activemq.audit.resource]
> AMQ601716: User anonymous@internal failed authentication on connection
> management, reason: AMQ229031: Unable to validate user from management.
> Username: null; SSL certificate subject DN: unavailable
> WARN [org.apache.activemq.artemis.core.server] AMQ222216: Security problem
> while authenticating: AMQ229031: Unable to validate user from management.
> Username: null; SSL certificate subject DN: unavailable
> [AUDIT](qtp140163428-111) INFO [org.apache.activemq.audit.resource]
> AMQ601716: User anonymous@internal failed authentication on connection
> management, reason: AMQ229031: Unable to validate user from management.
> Username: null; SSL certificate subject DN: unavailable
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact