Jeff Mesnil created WFLY-3496:
---------------------------------
Summary: Support vaulted properties for JMS definition annotation
Key: WFLY-3496
URL:
https://issues.jboss.org/browse/WFLY-3496
Project: WildFly
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: JMS
Affects Versions: 8.1.0.Final
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 9.0.0.Alpha1
t is possible to define JMS resource (connection and destination) using JMS 2.0
annotations.
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:
{noformat}
@JMSConnectionFactoryDefinition(
name="java:global/myFactory3",
interfaceName = "javax.jms.QueueConnectionFactory",
user = "${VAULT::messaging::userName::1}",
password = "${VAULT::messaging::password::1}"
)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)