Peter Jakubis

Results 26 comments of Peter Jakubis

I see this was fixed in Kustomize 5.x, but since Flux is still using the 4.x version the bug is still present.

works for me with 21.1.0

@pedrofurtado I did a `git clone --depth 1 --branch 21.1.0 https://github.com/getsentry/onpremise.git` and then modified the `sentry/Dockerfile` like this: ``` ARG SENTRY_IMAGE ARG SENTRY_PYTHON2 FROM ${SENTRY_IMAGE}${SENTRY_PYTHON2:+-py2} RUN apt-get update && apt-get...

@pedrofurtado nothing special, I have basically used the example configuration and changed `AUTH_LDAP_SERVER_URI`, `AUTH_LDAP_BIND_*` and `AUTH_LDAP_*_SEARCH` variables to match our LDAP setup.

No, in this setup LDAP is only another auth method. There are still the default SSO auth methods and users can still use local users if you don't disable self...