Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-2532

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

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Fixed
    • L3 - Default
    • 7.2.0, 7.2.0-alpha5
    • None
    • engine
    • None

    Description

      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 -->

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              thorben.lindhauer Thorben Lindhauer
              stsc-pentasys Stefan Schulze
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce