getsentry / sentry-auth-saml2

SAML2 SSO provider for Sentry
Apache License 2.0
19 stars 19 forks source link

Status & Plugin installation #29

Closed RuslanZavacky closed 6 years ago

RuslanZavacky commented 6 years ago

Hey,

First, thank you for your great job on integrating SAML2.

I suppose this feature is not in beta anymore and can be used on-premise installations? Is there something that needs to be done in that case, as installing

pip install sentry-plugins - works well, but when doing pip install https://github.com/getsentry/sentry-auth-saml2/archive/master.zip - it's not showing up in plugins list and doesn't seem to be available in UI.

Sentry Version: 8.21. I do see this plugin mentioned in /manage/status/packages/ screen shot 2018-03-06 at 12 16 12

Is there something else that needs to be done for it to work?

I do have this in config:

SENTRY_SINGLE_ORGANIZATION = True

SENTRY_FEATURES['organizations:sso'] = True
SENTRY_FEATURES['organizations:sso-saml2'] = True

Here a deps via pip installed:

sentry==8.21.0
sentry-auth-saml2==0.1.0.dev0
sentry-plugins==8.22.0

Thank you!

RuslanZavacky commented 6 years ago

Case solved. For whoever lands here, Sentry Version should be at least 8.22 for it to work.