Martin Reinhardt
Martin Reinhardt
Had the same issue and ended up with splitting my realm json into two files. The first one `00_master-realm-config.json` sets password policy to null: ``` ... "passwordPolicy": "", ... ```...
Can you share your login.js?
first thanks for the docker container. Very usefull for end2end testing. Are you aware of issues with docker tag `latest` aka `2.1.0`? We noticed that our CI builds are failing...
no, we using the docker image for verifying our login process for the identity card.
FYI: With latest 2.1.1 docker image it's working again
are there any news on that discuss? In our current project we built our own operator for generating MS SQL users dynamic. Would be great to have this as plugin...
I've created a chart: https://github.com/ContinuousSecurityTooling/ots-helm-chart Feel free to link it, if you like. Currently it's very basic, but for the beginning it works. Will automatically synced with newer releases via...
me, too I could solve the issue with this values: ``` prometheus: prometheusSpec: terminationGracePeriodSeconds: 90 ## Give 10 minutes maximumStartupDurationSeconds: 600 minReadySeconds: 90 containers: - name: prometheus readinessProbe: periodSeconds: 30...
any chance to get this feature?
it would be possible, but actually having not much time to maintain this project currently