Licensing Guide
Gluesync uses a secure, offline-first licensing system based on JWT tokens, designed to work in highly secured environments without requiring internet connectivity.
License Overview
| Component | Description |
|---|---|
Format |
JWT-based |
Verification |
Fully offline, using JWT payload decoding |
Security |
Public/private key pair signing |
License Information
Each license contains:
-
License type (Trial, Enterprise, Enterprise with Advanced Security, NFR)
-
Enabled features
-
Product details
-
Expiration date
|
You can decode your license file at jwt.io to view these details. |
License Types
| Type | Duration | Features |
|---|---|---|
Trial |
30 days |
Full product capabilities except for Advanced Security; |
Enterprise |
As per agreement (1Y, 3Y, fractions) |
All features, except those available under Advanced security |
Enterprise with Advanced Security |
As per agreement (1Y, 3Y, fractions) |
All Enterprise features plus end-to-end data encryption based on AES256 |
Managing Your License
Checking License Expiration
There are multiple ways to check your license expiration:
-
Control Plane UI
From the Control Plane, open the user menu in the top-left header, choose Settings, and move to the Licensing tab. This tab shows your license type, expiration date, and lets you upload a new
.datlicense file. -
Console Output
JwtLicenceKeyComponentSetup INFO - Licence key info [expireDate: Sun Oct 29 09:35:40 UTC 2023, plan: trial] -
JWT Decoder
Upload your license file to jwt.io to view expiration date and other details.
|
If the license expires, you can still access the Control Plane UI, but all pipelines are automatically paused until a valid license is applied. Our team proactively monitors license expiration and will contact you before renewal dates. |
|
For detailed, UI-focused instructions on viewing and updating your license from the Control Plane, see License management. |
Technical Details
JWT Implementation
-
Based on JSON Web Tokens
-
Secure message exchange between parties
-
Industry-standard encryption
-
Offline verification capability