Skip to content

Updated SALT documentation #9983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 23 additions & 4 deletions content/en/docs/deployment/salt.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,21 @@ This guide provides instructions on how to deploy a Mendix application using a S

## Restrictions

SALT Licenses have the following restrictions
SALT Licenses have the following restrictions.

### Mendix Version Restrictions

SALT Licenses can only be used with the following Mendix versions:

* **Mendix 10**: 10.24.4 and above
* **Mendix 11**: 11.2.0 and above

Older Mendix versions are not supported.

### Deployment Restrictions

Mendix applications using a SALT License cannot be deployed to the Mendix Public Cloud.

* they are compatible with Mendix version 10.24 and above.
* they cannot be used in the Mendix Public Cloud.

## Prerequisites

Expand All @@ -33,9 +44,17 @@ For detailed instructions on installing and configuring the license server, plea

Ensure that all Mendix applications can access the license server.

## License Installation

Upon acquiring a SALT License, you will receive an email containing the license file. This file must be installed on the Siemens License Server, which will then distribute the license to all connected Mendix applications.

For detailed instructions on installing the license file, refer to the official Siemens License Server documentation.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdiehl could you provide a link to the referenced documentation? I found this, but I am unsure if it is the right one.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also found out that the 2 links in the License Server section lead to a dead end. Can you check this out as well and perhaps share the updated links?

Thanks


During the license acquisition process, you may be required to provide a CID code. This code binds the license to the specific machine hosting the license server. To retrieve the CID code, please consult the Siemens License Server documentation.

## Application Configuration

After deploying the license server you can configure each Mendix application that uses a SALT license.
After deploying the license server you must set configure each Mendix application that should use the SALT license provided by the license server as following:

* Set runtime setting `License.SaltLicenseLocation` to `port@host`, where:

Expand Down