Overall service is working as expected. However, we are not seeing any AUTH options listed: /settings/my-org-name/auth/. I have added the following to our sentry.conf.py.:
# SSO ON our OFF
SENTRY_FEATURES['organizations:sso'] = True
SENTRY_FEATURES['organizations:sso-saml2'] = True
SENTRY_FEATURES['organizations:sso-rippling'] = True
Ran the following, to update our docker-build:
docker-compose build
docker-compose run --rm web upgrade
docker-compose up -d
Upon web UI refresh, we still are not seeing any auth options listed. Has anyone experienced this issue? Not sure if there is some other setting I need to enabled to achieve SSO.
I also installed the Github Auth plugin: https://github.com/getsentry/sentry-auth-github. Created an OAUTH App within GH under our org, updated our sentry.conf.py with the GITHUB_APP_ID & GITHUB_API_SECRET. Rebuilt using the following:
docker-compose build
docker-compose run --rm web upgrade
docker-compose up -d
Also, ran sentry upgrade – still do not see any Auth Apps listed within our On-premise Sentry setup. What further action do I need to do inorder to integrate SSO?
Upon install of libxmlsec1-dev, verifying we have pkg-config -- 0.29.1-0ubuntu1 installed, running through docker rebuild steps along with updating Sentry we are still not seeing any AUTH options within the UI.
Can anyone offer further assistance on how we can achieve Okta Auth [or any SSO Auth] on an On-Premise, Ubuntu 16.04, Sentry v 9.0.0 setup?