Open srenatus opened 4 years ago
adding this to glooctl check
is a good UX improvement, would also like to add this to gloo as its own API
This issue has been marked as stale because of no activity in the last 180 days. It will be closed in the next 180 days unless it is tagged "no stalebot" or other activity occurs.
This issue has been marked as stale because of no activity in the last 180 days. It will be closed in the next 180 days unless it is tagged "no stalebot" or other activity occurs.
Describe the bug
When our trial license was expired, or when you mistakenly pass an invalid license to
glooctl install
, it manifests in a brokenobservability
service, and in its logs, you'll see something complaining about the bad (or expired) license.This is not as obvious as it should be, I suppose. Could
glooctl check
check the license, maybe?To Reproduce Steps to reproduce the behavior:
glooctl install
with a bad license, or have your trial license expireglooctl check
returns OKExpected behavior
glooctl check
should yell if the license is bad or expired.Additional context