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

[FR] Add quotas in application configuration #1872

Open
rriclet opened this issue Mar 23, 2021 · 0 comments · May be fixed by #1874
Open

[FR] Add quotas in application configuration #1872

rriclet opened this issue Mar 23, 2021 · 0 comments · May be fixed by #1874
Assignees
Labels
feature request TheHive4 TheHive4 related issues

Comments

@rriclet
Copy link
Contributor

rriclet commented Mar 23, 2021

Request Type

Feature Request

Add quotas for :

  • users per orga
  • alerts per orga
  • custom fields per orga
  • case templates per orga
  • organisations

Optional configuration in application.conf looks like this :

quota {
  customField.count: 10
  organisation {
    count: 5
    alert.count: 30
    caseTemplate.count: 5
    user.count: 5
  }
}

@rriclet rriclet added feature request TheHive4 TheHive4 related issues labels Mar 23, 2021
@rriclet rriclet self-assigned this Mar 23, 2021
rriclet added a commit that referenced this issue Mar 23, 2021
@rriclet rriclet linked a pull request Mar 23, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request TheHive4 TheHive4 related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant