Users that want to interact with the API currently need to manipulate short-lived JWTs, which doesn't provide a good UX.
In some contexts it may be useful for API keys to _optionally_ expire. Here I am thinking of users with security policies which may require expiration of credentials.
API keys should certainly have the option of expiring. Support for expiring API keys is not much work, but the benefits are huge.
@portertech I think we can close this one! Released in 5.15!
https://docs.sensu.io/sensu-go/latest/release-notes/#5-15-0-release-notes
Most helpful comment
In some contexts it may be useful for API keys to _optionally_ expire. Here I am thinking of users with security policies which may require expiration of credentials.