You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User access tokens should record and display the date and time they were created.
Why?
Knowing when a specific access token was created can help users and administrators better identify the access token (perhaps the user wasn't specific with their description), identify access tokens suitable for rotation, etc.
What?
User access tokens should record and display the date and time they were created.
Why?
Knowing when a specific access token was created can help users and administrators better identify the access token (perhaps the user wasn't specific with their description), identify access tokens suitable for rotation, etc.
Currently, only
last_access
is tracked (https://github.com/Graylog2/graylog2-server/blob/de6421786490acbe091ec80726c18a986230adc2/graylog2-server/src/main/java/org/graylog2/security/realm/AccessTokenAuthenticator.java).Related to #21198
Your Environment
6.1.4
The text was updated successfully, but these errors were encountered: