[jboss-jira] [JBoss JIRA] (WFLY-3475) Support vaulted properties for JMSContext annotation
Jeff Mesnil (JIRA)
issues at jboss.org
Tue Jun 10 11:59:15 EDT 2014
Jeff Mesnil created WFLY-3475:
---------------------------------
Summary: Support vaulted properties for JMSContext annotation
Key: WFLY-3475
URL: https://issues.jboss.org/browse/WFLY-3475
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
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:
{noformat}
@Inject
@JMSConnectionFactory("java:jboss/exported/jms/RemoteConnectionFactory")
@JMSPasswordCredential(userName = "${VAULT::messaging::userName::1}", password = "${VAULT::messaging::password::1}")
private JMSContext context;
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
More information about the jboss-jira
mailing list