Banno / getsentry-ldap-auth

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

Sentry 10 Installations fails with getsentry-ldap-auth #46

Closed RogerSik closed 4 years ago

RogerSik commented 4 years ago

Like always added "sentry-ldap-auth" to requierements.txt and started install.sh from Sentry getting following error (file attached because of many lines).

commandline.txt

Without "sentry-ldap-auth" install.sh is succeeding.

RogerSik commented 4 years ago

Following i needed to add to Dockerfile for Sentry 10

# Install dependencies for LDAP authentication
RUN apt-get update && apt-get install -y build-essential libsasl2-dev python-dev libldap2-dev libssl-dev

Now it works :D

janLo commented 4 years ago

I'm just planning to upgrade a 9.x installation, @RogerSik can you confirm, that the plugin still works with Sentry 10?

RogerSik commented 4 years ago

@janLo still works 👌