-
Enhancement
-
Resolution: Done
-
Major
-
8.1.0.Final
-
None
It is possible to annotate an injected JMSContext with a @JMSPasswordCredential. The userName & password attributes of this annotation should support to be vaulted so no user credentials would appear in clear text in the source file:
@Inject @JMSConnectionFactory("java:jboss/exported/jms/RemoteConnectionFactory") @JMSPasswordCredential(userName = "${VAULT::messaging::userName::1}", password = "${VAULT::messaging::password::1}") private JMSContext context;
- is duplicated by
-
WFLY-4277 Support annotation-property-replacement option in @JMSConnectionFactory, @JMSPasswordCredential
- Closed