Re: "Use current logon user" in Artemis management console does not work

2023-11-08 Thread Domenico Francesco Bruscino
Hi Aleksandr, I reproduced this issue connecting a client without user and password, see https://github.com/brusdev/activemq-artemis/commit/1b6697bda4bb19806d982cf9fe6a2a0ab6b45a3b Could you create a new JIRA? Thanks, Domenico On Thu, 19 Oct 2023 at 12:09, MILOVIDOV Aleksandr wrote: > Hi Dome

Re: "Use current logon user" in Artemis management console does not work

2023-10-19 Thread MILOVIDOV Aleksandr
Hi Domenico, > maybe this issue is due to the cache, see > https://github.com/apache/activemq-artemis/blob/2.31.0/artemis-server/src/main/java/org/apache/activemq/artemis/core/security/impl/SecurityStoreImpl.java#L409 > > Could you try to clear the authentication cache using the operation > clearA

Re: "Use current logon user" in Artemis management console does not work

2023-10-19 Thread Domenico Francesco Bruscino
Hi Aleksandr, maybe this issue is due to the cache, see https://github.com/apache/activemq-artemis/blob/2.31.0/artemis-server/src/main/java/org/apache/activemq/artemis/core/security/impl/SecurityStoreImpl.java#L409 Could you try to clear the authentication cache using the operation clearAuthentic

Re: "Use current logon user" in Artemis management console does not work

2023-10-18 Thread MILOVIDOV Aleksandr
Hi Domenico, > this should only happen if the user logged in the console doesn't have the > required roles to send messages to the desired addresses (check the > security-settings in broker xml). Current user has permissions to send message. If we turn off "use current logon user" checkbox and sp

Re: "Use current logon user" in Artemis management console does not work

2023-10-18 Thread Domenico Francesco Bruscino
Hi Aleksandr, this should only happen if the user logged in the console doesn't have the required roles to send messages to the desired addresses (check the security-settings in broker xml). Regards, Domenico On Wed, 18 Oct 2023 at 12:27, MILOVIDOV Aleksandr wrote: > Hi Team, > > Since version

"Use current logon user" in Artemis management console does not work

2023-10-18 Thread MILOVIDOV Aleksandr
Hi Team, Since version 2.28.0 there is an option in the management console - when sending message to queue, user can specify user and password which are used to send message. There is also a checkbox "Use current logon user" which is turned on by default and it is not always work as expected. O