Limit documents usage
Description There is an problem that user can abuse with documents usage, eg. he can create a lot of documents and store there some base64 encoded data, it's just can't be controlled by administrator because he can even do not know about these documents existence. There is a need some option which limits document usage for the users:
- Restrict documents usage by type, eg. allow only
100and101for oneflow services - Introduce quotas for using documents
Use case Avoid abuse usage of documents feature
Interface Changes
I think it might be simple option in oned.conf for first time, and additional variable for the quotas
Additional Context Add any other context or screenshots about the feature request here. Or any other alternative you have considered to addressed this new feature.
Progress Status
- [ ] Branch created
- [ ] Code committed to development branch
- [ ] Testing - QA
- [ ] Documentation
- [ ] Release notes - resolved issues, compatibility, known issues
- [ ] Code committed to upstream release/hotfix branches
- [ ] Documentation committed to upstream release/hotfix branches
I think the same problem persist for the templates, VMs and other types which allow user to store his own variables.