2 Replies Latest reply on Jan 7, 2016 4:54 PM by acraftuk78

    Vault encryption in web.xml

    acraftuk78

      I'm using the vault in jboss 6.4, I have configured the vault and able to use encrypted values in standalone.xml , but I also need to use some values in my application.

       

      I was trying to expose values via context-param in web.xml

       

      Eg

      <context-param>

      <param-name>some password</param-name>

      <param-value>${VAULT::app::mypass::1}</param-value>

      <context-param>

       

      Is it possible for jboss to parse values in web.xml?

       

      Thanks

      Andrew