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

Provide API Key Rotation #1020

Open
window9u opened this issue Sep 28, 2024 · 0 comments
Open

Provide API Key Rotation #1020

window9u opened this issue Sep 28, 2024 · 0 comments
Labels
enhancement 🌟 New feature or request good first issue 🐤 Good for newcomers

Comments

@window9u
Copy link
Contributor

What would you like to be added:

Currently, the public_key and private_key are immutable once set. However, in cases such as key exposure or security concerns, there should be a way to rotate or update the API keys.

Additionally, the current key generation method uses MongoDB xid, which should be updated to a more secure random key generation logic. This is addressed in PR#1010.

Why is this needed:

Implementing this enhancement would improve security and make key management easier for administrators, allowing them to rotate keys as needed in response to security events.

@window9u window9u added enhancement 🌟 New feature or request good first issue 🐤 Good for newcomers labels Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🌟 New feature or request good first issue 🐤 Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

1 participant