pub(crate) const PROD_ALL_4_CORE_LICENSE_KEY_CONTENT: &str = "eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.\
eyJzdWIiOiJydy1kZWZhdWx0LWFsbC00LWNvcmUiLCJpc3MiOiJwcm9kLnJpc2luZ3dhdmUuY29tIiwiZXhwIjoxMDAwMDYyNzIwMCwiaWF0IjoxNzUxODY5MTY1LCJ0aWVyIjoiYWxsIiwiY3B1X2NvcmVfbGltaXQiOjR9.\
d4ilh2X4xnOpGP4mtIOAbkGTHRTxkqt7ZKhGpXoWxGbmYNy3RKTbHUhPZyYLZXRDW_X__LFZdxNWsh61d_A4pL_Fxq7mGdTESuWvSvyHrV34yt14MUF3ZLGyl6KaPg8X-oGc91uwJ__AO-npR0WHd8EziueZ_2lvieeTZiZWW73iRZF-DmV88wzcFuGwcZDlsc1Aajn18P9a79TEVVyeCXhj_UcLxjMIkF-3J_rO2a9aV3xMDyF1J6MHrNzRCL4fZqTeBhs4UXWI82-vwIHJaMZD2_jzgZxFkITzDaSJeoKP1cJroVq-EDUMx5MZd_80upFcdPppJCYl0UausnOJ1w";
Expand description
A license key with the All
tier and 4 core CPU limit that works in production.
This allows users to evaluate all features on a small scale. When the total CPU core in the cluster exceeds the limit (4), features won’t be available.
The content is a JWT token with the following payload:
License {
sub: "rw-default-all-4-core",
iss: Prod,
tier: All,
cpu_core_limit: 4,
exp: 10000627200,
}