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

invalidate web UI tokens after logout #3493

Open
aead opened this issue Jan 13, 2025 · 0 comments
Open

invalidate web UI tokens after logout #3493

aead opened this issue Jan 13, 2025 · 0 comments
Assignees

Comments

@aead
Copy link
Member

aead commented Jan 13, 2025

Expected Behavior

After logging in using access credentials, the user is able to perform an explicit log-out.
This should invalidate the JWT token such that no other API operations are possible.

Current Behavior

After logout the user can still perform arbitrary API operations using its token. Hence, the token is not
invalidated.

Possible Solution

Console should issue a delete for the session token to MinIO when the user logs out.

Steps to Reproduce (for bugs)

  1. Login to the web UI
  2. Copy the JWT token - e.g. via the developer console
  3. Issue a curl request (e.g. S3 GET) using the token

Context

Security

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

2 participants