Toolbox Enterprise Preview.9 Help

License Vault

Prerequisite: registration token

To enable the License Vault component in Toolbox Enterprise, you need a valid registration token. This token is used by License Vault to retrieve your license information from the global JetBrains licensing server.

Before you enable License Vault, contact the Toolbox Enterprise support team to obtain your registration token.

Enable License Vault

To enable the License Vault component, add the following parameters to your application.yaml file and provide values for them:

lv: server: enabled: true token-signing-secret: 'YourToken' registration-token: 'YourToken'

License Vault configuration parameters

lv.server.enabled

Enables the License Vault component in Toolbox Enterprise.

lv.server.token-signing-secret

Used to sign and verify the validity of the JWT token for authorized access to the License Vault API.

Provide a randomly generated string of 32 or more characters. The string should only include Latin characters (a–z, A–Z) and digits (0–9).

lv.server.registration-token

Used to retrieve license information from JetBrains. Specify the string provided by the Toolbox Enterprise support team.

Once you've provided the necessary configuration parameters, you can start the Toolbox Enterprise Server.

Last modified: 16 April 2024