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

Limit API keys per Principal #250

Closed
danielballan opened this issue Jul 10, 2022 · 0 comments · Fixed by #252
Closed

Limit API keys per Principal #250

danielballan opened this issue Jul 10, 2022 · 0 comments · Fixed by #252

Comments

@danielballan
Copy link
Member

If a user creates a huge number of API keys the route to list their API keys could become to expensive. In the future we could paginate that route, but for now I propose to put a reasonable limit on the number of active API keys per user. Also, we should verify that the route does not include deleted/inactive keys.

When a user hits the limit, the remedy is to delete disused keys.

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

Successfully merging a pull request may close this issue.

1 participant