Clarification on Trial Mode License Behavior in Non-Production Environments #557
|
Duende IdentityServer- 7.8.3 We are a licensed Duende IdentityServer customer (Enterprise Edition license). In our non-production environments, we run IdentityServer in trial mode (no license key configured) with 50+ clients. We are seeing intermittent error logs related to trial mode limits: Error 1 — Issuer limit: Error 2 — Client limit: Observations:
Questions:
|
Replies: 1 comment 2 replies
|
@Rahul21199 good questions!
Some more background: https://docs.duendesoftware.com/general/licensing/#trial-mode |
No drawbacks, the checks are all done locally (no phoning home) and there is no risk of these clashing.
As for how they are intermittent: some checks are done at startup (license validity, key management, ...), while others are done at runtime (e.g. when a client is first used). We also have some throttling to not pollute logs, which leads to the behaviour you are seeing.