Describe the bug
The web interface allows modifying the "Analysts" group permissions but they are overridden whenever Iris starts:
https://github.com/dfir-iris/iris-web/blob/master/source/app/post_init.py#L999-L1007
Is this done on purpose?
I haven't found anywhere in the documentation where this is mentioned, and I wonder why the web ui allows changing this if's always reverted.
To Reproduce
Steps to reproduce the behavior:
- Go to Advanced -> Access control
- Click on 'Analysts'
- Modify permissions, e.g. add one
- Restart Iris
- Go to Advanced -> Access control
- Click on 'Analysts'
- Check permissions, they are back to defaults
Describe the bug
The web interface allows modifying the "Analysts" group permissions but they are overridden whenever Iris starts:
https://github.com/dfir-iris/iris-web/blob/master/source/app/post_init.py#L999-L1007
Is this done on purpose?
I haven't found anywhere in the documentation where this is mentioned, and I wonder why the web ui allows changing this if's always reverted.
To Reproduce
Steps to reproduce the behavior: