-
Type:
Bug Report
-
Resolution: Won't Fix
-
Priority:
L3 - Default
-
None
-
Affects Version/s: 7.9.0-alpha1
-
Component/s: None
-
None
I try to set up VAULT for wildfly 11-alpha1 with Camunda.
The wildfly VAULT not working well with camunda LDAP properties, because property tags is in wrong (deprecated) form like this:
<property name="managerDn">
${VAULT::LDAP::USER::1}
</property>
The right form should be like this:
<property name="managerDn" value="${VAULT::LDAP::USER::1}"/>