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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殌 Enhancement: More storage-efficient permissions #8277

Open
2 tasks done
DH-555 opened this issue Jun 16, 2024 · 0 comments
Open
2 tasks done

馃殌 Enhancement: More storage-efficient permissions #8277

DH-555 opened this issue Jun 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@DH-555
Copy link
Contributor

DH-555 commented Jun 16, 2024

馃敄 Enhancement description

Group or similar permissions in the database to prevent them from taking too much storage

馃帳 Pitch

Currently permissions are save like
view team:123/role1
read team:123/role1
delete team:123/role1

It's very inefficient from an storage perspective.
Simplifying them intelligently to something like this:

177892 (automatic generation/grouping)

Or

team:123/role1 view, delete, update

Will allow saving a lot of storage

馃憖 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

馃彚 Have you read the Code of Conduct?

@DH-555 DH-555 added the enhancement New feature or request label Jun 16, 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
Projects
None yet
Development

No branches or pull requests

1 participant