Re: Artemis broker configuration for one-way algorithm with DefaultSensitiveStringCodec

2025-07-15 Thread Domenico Francesco Bruscino
Hi Mohanavalli, the passwords in the acceptor needs to be decoded and the one-way algorithm of the default sensitive string codec doesn't support decoding, see https://github.com/apache/activemq-artemis/blob/2.42.0/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/DefaultSensitiveStr

Artemis broker configuration for one-way algorithm with DefaultSensitiveStringCodec

2025-07-15 Thread Mohanavalli A
Hi All, As the two-way algorithm in the default sensitive string codec for password masking has been deprecated since Artemis 2.38.0, can the broker be configured to use the one-way algorithm with default codec. If yes, how to enable this in broker.xml? I added below configuration in broker.xm