Advanced authentication methods (okta, SSO, etc.)
as well as load-balancing require the use of a sudo user.
The fastx (web service) user must be given permission
to launch sessions for users.
To enable sudo, follow these steps:
visudo
as root#Defaults requiretty
#includedir /etc/sudoers.d
visudo -f /etc/sudoers.d/fastx
as rootRunas_Alias FASTX_USERS = ALL, !%root, !%bin, !%daemon, !%adm, !%mail fastx ALL=(FASTX_USERS) NOPASSWD:SETENV: /usr/lib/fastx2/api/start, /usr/lib/fastx2/api/schedule