How to limit the granting endtime in Access Policies
OverviewAccess to applications has to be granted by an supervisor with an Access Policy. It can be claimed to limit the amount of time. |
Usage
The Access Policy has a filter (user/group, application) and a time frame. The time frame has a time profile (always, work hours, only Monday ..) and a start and endtime. Company Access Securitry Policy can prevent that supervisors are granting an endless access by setting a grant limitation. The parameter vlxgui.maxgrantaccessdays can be set.
Configuration
Show current configuration
visulox config list -name maxgrantaccessdays
------------------------------------------------------------------------------
| parameter | type | value | validation | vlx_default |
------------------------------------------------------------------------------
| vlxgui.maxgrantaccessdays | OPERATION | endless | isDay | 1 |
------------------------------------------------------------------------------
Set to 20 days after now
visulox config edit -name vlxgui.maxgrantaccessdays=20
Granting unlimited access
visulox config edit -name vlxgui.maxgrantaccessdays=endless
Known issues and comments
A restart of the VISULOX Cockpit is needed to load the new parameter.