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

unlimited storage consumption by an Admin of any organization #1018

Closed
ElectricNroff opened this issue Feb 10, 2023 · 1 comment
Closed

unlimited storage consumption by an Admin of any organization #1018

ElectricNroff opened this issue Feb 10, 2023 · 1 comment
Assignees

Comments

@ElectricNroff
Copy link
Contributor

An Admin of any organization can create many users with very large values of name fields (such as first name), limited mainly only by the permitted request rate. For many organizations, limits such as 100 users, and 100 characters per name field, would not interfere with their operations. Absence of limits on the amount of user data is potentially problematic for performance/usability reasons, e.g., when the Secretariat wants to call

GET /org/{shortname}/users

but also because of https://aws.amazon.com/documentdb/pricing/

@david-rocca
Copy link
Collaborator

david-rocca commented Jul 17, 2023

Adding a small note to this while I am working on it.

Current live data:
Largest username length: 44 (I now notice this ticket is talking about the other name fields, username already has a 128 limit)
Largest number of users in an org: 29

Thoughts: The recommended 100 / 100 mentioned above sounds extremely reasonable. Will move forward with those numbers for now.

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

No branches or pull requests

2 participants