Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User access token creation date #21199

Open
coffee-squirrel opened this issue Dec 16, 2024 · 1 comment
Open

User access token creation date #21199

coffee-squirrel opened this issue Dec 16, 2024 · 1 comment

Comments

@coffee-squirrel
Copy link

coffee-squirrel commented Dec 16, 2024

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

  • Graylog Version: 6.1.4
@tellistone
Copy link

Captured in the Token management and default TTL pitch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@coffee-squirrel @tellistone and others