Open
Description
What happened?
If I am air-gapping, I have both a license Id and a license text. Each of these can be either 'production' or 'non-production'.
When I am activating a license on my FusionAuth instance, they are not required to be in sync.
This leads to some weird results where I can put a non-production license text in with a production license Id, and the result is a production licensed instance. Here's a handy table for this.
Production License Id | Non-Production License Id | |
---|---|---|
Production License Text | Production | Non-Production |
Non-Production License Text | Production | Non-Production |
This seems confusing. I'd expect the instance to error if I had a non-production license Id and a production license text (and vice versa).
Version
1.57.1
Affects Versions
No response
Alternatives / Workarounds
Be careful with your copy and paste?