Banno / getsentry-ldap-auth

A Sentry extension to add an LDAP server as an authention source.
Apache License 2.0
163 stars 54 forks source link

Add multi default orgs #34

Open sergeohl opened 6 years ago

sergeohl commented 6 years ago

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 commented 6 years ago

any news ?

Bessonov commented 5 years ago

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'],
}
azmeuk commented 3 years ago

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