ADMINQ_ROLLOVER_CHECK_HOURS=<value> | Early Access only
Changes how often AdminQ checks the vault Security Settings policy for rollover requests that need to be scheduled. By default, it does this daily between midnight and 1:00 AM.
For testing purposes, use this setting to enable AdminQ to check more frequently. You can specify a value in hours to have AdminQ check every x hours after server startup. Or, to use the frequency specified through ADMINQ_POLLING_SECS, specify0. |
ADMINQ_DISABLE_PROCESSING =<number> | Early Access only
Note: The following configuration will not be used when 12.0.2 ships.
When AdminQ is enabled, control which of the three supported AdminQ requests are enabled. Specify the sum of the values that represent each type of request to disable:
- internaltest: 16
- UserRename: 64
- UserRecertify: 128
- UserRollover: 256
For example, to enable only UserRecertify requests, specify 336, the sum of 16+64+256.
By default, UserRecertify and UserRollover requests are disabled.
Note: To enable all requests, specify 16, which disables only an internal request previously used for development testing. |