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

Get it working with sentry helm chart? #45

Open gaurav517 opened 4 years ago

gaurav517 commented 4 years ago

How to get this plugin working with sentry helm chart?

Thanks.

targyz commented 4 years ago

How to get this plugin working with sentry helm chart?

Thanks.

You can build a custom docker image with sentry and this plugin pre-installed and then use it for deployment into kubernetes cluster.

Dockerfile example:

FROM sentry:9.1.2-onbuild RUN apt-get update && apt-get install -y libsasl2-dev python-dev libldap2-dev libssl-dev RUN pip install sentry-ldap-auth