Scrydon
DeploymentPrerequisites

License

License bundle required before completing Scrydon setup

You must have a valid Scrydon license bundle before completing setup. Contact sales@scrydon.com to request one.

The bundle is a JSON file containing both the signed JWT and the matching RSA public key:

{
  "jwt":       "eyJhbGciOiJSUzI1NiIs…",
  "publicKey": "-----BEGIN PUBLIC KEY-----\nMIIBIjAN…\n-----END PUBLIC KEY-----"
}

After installing the chart, paste the bundle into the /setup wizard. Alternatively, pre-seed it via the auth.secrets.LICENSE and auth.secrets.LICENSE_PUBLIC_KEY Helm values. See Helm: pre-seed the license.

To inspect a bundle before installing and confirm the tier, entitlements, and expiry match what you ordered, use the in-browser License Checker.

License verification runs in the api-platform pod at runtime through the @scrydon/better-auth-license Better-Auth plugin. There is no init container and no scrydon-license Kubernetes Secret to manage. The bundle lives in the platform_config table and is rotated through the platform UI.

See Licensing for the full lifecycle.

On this page

On this page

No Headings