Outpost Scanning Scheduler
Enabling scheduling
If the customer needs the SailPoint Entro Outpost to schedule scanning and downtimes, this can be enabled on the Outpost by setting up values in helm/values.yaml:
-
connector.scheduling- set to true to enable the scheduling -
connector.schedule.scaleUp- UTC cron regex for connector scale up -
connector.schedule.scaleDown- UTC cron regex for connector scale down
We can use Dateful Time Zone Converter to convert time zones and scheduling times:
spec: timeZone: ''
Once the values file is configured, deploy the Helm chart using the new configuration following standard procedures. This will create additional Kubernetes resources for handling permissions. Each time the cron job runs, a new pod will execute the job. By default, the configuration retains only the most recent pod from each execution, though the number of pods to keep can be customized as needed:
successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 1