iris-web icon indicating copy to clipboard operation
iris-web copied to clipboard

[FR] Configuration for session Timeout

Open wonhee0410 opened this issue 1 year ago • 2 comments

Hi all,

My company regulation has a section of session timeout, it requires that user must be automatically logout after 15 minutes inactivity.

Could you please add a feature that can configure the session timeout or another way to do that, thanks you.

wonhee0410 avatar Nov 30 '23 02:11 wonhee0410

Hi @wonhee0410

The timeout cannot be changed from the interface, however you can head to https://github.com/dfir-iris/iris-web/blob/936739254c31bc67b7eec21bacdc585d4f7275de/source/app/configuration.py#L290 and change it to a delta of 15 minutes. You will need to recompile the docker and make the change each time tho.

If this is something heavily requested we could add it as a configuration option in the .env.

Cheers

whikernel avatar Dec 07 '23 07:12 whikernel

We have this regulation as well, but I went with "non compliance" so far :D

m-terlinde avatar Dec 07 '23 11:12 m-terlinde