We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: