Support Ant-style variable substitution in bpm-platform.xml

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.2.0, 7.2.0-alpha5
    • Affects Version/s: None
    • Component/s: engine
    • None

      It should be possible to use Ant-style expressions in bpm-platform.xml to externalize environment specific parts of the configuration. The expressions should be resolved against system properties.
      For example, the configuration of the LdapIdentityProviderPlugin may read like this:
      <!-- SNIP -->
      <plugin> <class>org.camunda.bpm.identity.impl.ldap.plugin.LdapIdentityProviderPlugin</class>
      <properties>
      <property name="serverUrl">${ldap.serverUrl}</property>
      <property name="managerDn">${ldap.managerDn}</property>
      <property name="managerPassword">${ldap.managerPassword}</property>
      <property name="baseDn">${ldap.baseDn}</property>
      <!-- /SNIP -->

        This is the controller panel for Smart Panels app

              Assignee:
              Thorben Lindhauer
              Reporter:
              Stefan Schulze
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: