Hi,
the lines pointing to st2auth service with just /auth/v1, like
[DOWNSTREAM_AUTH_STATUS=$(curl --write-out "%{http_code}\n" --silent --output /dev/null $ST2_AUTH_URL/v1)](https://bitbucketbdsfr.fsc.atos-services.net/projects/BRJC/repos/jeffrey/browse/st2-docker/scripts/st2web-healthcheck.sh#14)
should reach, at last the /auth/v1/sso endpoint since is the only GET "returning flag indicating if SSO is enabled" defined in the OpenAPI definition, even if it is actually not enabled, it will at least return a code other than 404.