getsentry-ldap-auth
getsentry-ldap-auth copied to clipboard
Get it working with sentry helm chart?
How to get this plugin working with sentry helm chart?
Thanks.
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