getsentry-ldap-auth icon indicating copy to clipboard operation
getsentry-ldap-auth copied to clipboard

Add multi default orgs

Open sergeohl opened this issue 6 years ago • 3 comments

With this PR I add a way to subscribe in several organizations by default.

Like that:

AUTH_LDAP_DEFAULT_SENTRY_ORGANIZATION = u'My Organization Name,Sentry'

sergeohl avatar Sep 19 '18 20:09 sergeohl

any news ?

sergeohl avatar Oct 12 '18 13:10 sergeohl

I'm not sure, that it's sofisticated. From my point of view the mapping should happens on LDAP group level, like:

AUTH_LDAP_DEFAULT_SENTRY_ORGANIZATION = {
  ldap_group_x: [u'Sentry organization x'],
}

Bessonov avatar Sep 25 '19 08:09 Bessonov

@sergeohl any chance to see improvements on this PR soon?

azmeuk avatar Dec 02 '20 17:12 azmeuk