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

Use default location to read license from

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.8.0, 7.8.0-alpha4
    • None
    • webapp
    • None

      There is a property to read the license from a file (https://camunda.github.io/camunda-bpm-spring-boot-starter/docs/current/index.html#properties). There should be a default location where it is checked for a license, if this property is not set.

      E.g.:

      camunda.bpm.license-file=file:${user.home}/.camunda/license.txt
      

        This is the controller panel for Smart Panels app

            [CAM-8188] Use default location to read license from

            Svetlana Dorokhova created issue -
            Svetlana Dorokhova made changes -
            Issue Type Original: Feature Request [ 2 ] New: Task [ 3 ]

            Just as an additional thought: Maybe such logic could also be moved from Spring Boot to a place, where the license is checked in the platform? Then the same thing would also work for any camunda environment, if there is a license in the default location it just get picked up?

            Bernd Ruecker added a comment - Just as an additional thought: Maybe such logic could also be moved from Spring Boot to a place, where the license is checked in the platform? Then the same thing would also work for any camunda environment, if there is a license in the default location it just get picked up?
            Svetlana Dorokhova made changes -
            Description Original: There is a property to read the license from a file (https://camunda.github.io/camunda-bpm-spring-boot-starter/docs/current/index.html#properties). There should be a default location where it is checked for a license, if this property is not set.

            E.g.: camunda.bpm.license-file=file:${user.home}/.camunda/license.txt
            New: There is a property to read the license from a file (https://camunda.github.io/camunda-bpm-spring-boot-starter/docs/current/index.html#properties). There should be a default location where it is checked for a license, if this property is not set.

            E.g.:
            {code:java}
            camunda.bpm.license-file=file:${user.home}/.camunda/license.txt
            {code}
            Svetlana Dorokhova made changes -
            Status Original: Open [ 1 ] New: In Progress [ 3 ]

            By default Spring Boot Starter will load license key from camunda-license.txt file from classpath (now documented here).

            Additionally I implemented the requested behaviour in EE webappps. Now when frontend requires the license from the database and it is not found, it will check

            ${user.home}/.camunda/license.txt

            and insert the license from this file into the database.

            Svetlana Dorokhova added a comment - By default Spring Boot Starter will load license key from camunda-license.txt file from classpath (now documented here ). Additionally I implemented the requested behaviour in EE webappps. Now when frontend requires the license from the database and it is not found, it will check ${user.home}/.camunda/license.txt and insert the license from this file into the database.
            Svetlana Dorokhova made changes -
            Fix Version/s New: 7.8.0 [ 14894 ]
            Svetlana Dorokhova made changes -
            Assignee Original: Svetlana Dorokhova [ svetlana.dorokhova ] New: Roman Smirnov [ roman.smirnov ]
            Resolution New: Fixed [ 1 ]
            Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
            Remaining Estimate New: 0 minutes [ 0 ]
            Original Estimate New: 0 minutes [ 0 ]
            Roman Smirnov made changes -
            Assignee Original: Roman Smirnov [ roman.smirnov ] New: Yana Vasileva [ yana.vasileva ]
            Svetlana Dorokhova made changes -
            Component/s New: webapp [ 13552 ]
            Component/s Original: spring-boot [ 13850 ]

              yana.vasileva Yana Vasileva
              svetlana.dorokhova Svetlana Dorokhova
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: