Users are automatically logged out of Aria Automation and VCF Automation after a period of idle time and there is a need to modify the amount of time before users are logged out.
Changes to Aria Automation 8.x can be done via a hidden UI configuration property accessible via URL.
https://VRA_FQDN/automation/#/service/automation-ui/provisioning-ui;ash=%2FconfigurationProperties
Here replace the VRA_FQDN with the actual vRA FQDN from the environment on which you want to apply the changes.
"new configuration property" to add a new configuration property:SESSION_TIMEOUT_DURATION_MINUTES and set its value to 480 minutes.NOTE: You don't need to restart the provisioning-service-app pod for the changes to take effect.
kubectl delete pod <provisioning-service-app-pod> -n prelude