| What If you fill in the shared service hostname during a provision with something like https://keycloak-myproject.192.168.64.43.nip.io/ It will fail to work. Unfortunately we attempt 600 times to get a login to allow time for keycloak to come up, so takes a long time for the user to realise it has not worked. Fix use regex replace on the host name to strip out the last character
Also when doing a shared service we should reduce the number of retries as the service should already be running |