License Vault
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.
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'
- 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).
warning
To keep your license information safe from unauthorized access, keep this secret in a secure location and don't share it with anyone.
Once you've provided the necessary configuration parameters, you can start the Toolbox Enterprise Server.