Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-3475

Support vaulted properties for JMSContext annotation

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 9.0.0.Alpha1
    • 8.1.0.Final
    • JMS
    • None

    Description

      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;
      

      Attachments

        Issue Links

          Activity

            People

              jmesnil1@redhat.com Jeff Mesnil
              jmesnil1@redhat.com Jeff Mesnil
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: