-
Story
-
Resolution: Done
-
Major
-
None
-
AMQ 7.8.0.GA
-
False
-
False
-
-
Undefined
AMQ 7 / Artemis documentation describes how to implement and configure a custom codec class by extending the SensitiveDataCodec class, adding the new class to the classpath, and configuring a custom-codec element in the broker configuration; however, there does not seem to be any provision in the masking utility classes to retrieve and use the custom codec. Instead, the masking utility is hard-coded to return the DefaultSensitiveStringCodec bundled with the broker.
The CLI masking utilities should implement org.apache.activemq.artemis.cli.commands.ActionAbstract, Configurable, or some other interface that leverages the FileConfiguration and retrieve the configured codec from the broker configuration and use the default codec only in the absence of a configured custom coded classname.
- is cloned by
-
ENTMQBR-4627 Doc: Custom password-codec Ignored by Masking Utility
- New
- is related to
-
ENTMQBR-5591 Custom password-codec Ignored by Masking Utility When Storing Passwords in artemis-users.properties
- Closed
- mentioned in
-
Page Loading...