Hi, Now it's actually working ok, just sometimes cr-rotate does not seem to update ip of oxtrust container. When this happens we see errors in cache refresh logs from oxtrust not able to reach the server. When updating ip in oxtrust with values of ip from docker inspect for oxtrust container it starts working again.
When this happens there isn't any error in cr-rotate just this standard logs:
```
INFO - pygluu.containerlib.wait - 2021-06-20 13:16:06,542 - Config is ready
INFO - pygluu.containerlib.wait - 2021-06-20 13:16:06,594 - Secret is ready
WARNING - pygluu.containerlib.wait - 2021-06-20 13:16:07,633 - LDAP is not ready; reason=socket connection error while opening: [Errno 111] Connection refused; retrying in 10.0 seconds
WARNING - pygluu.containerlib.wait - 2021-06-20 13:16:17,665 - LDAP is not ready; reason=socket connection error while opening: [Errno 111] Connection refused; retrying in 10.0 seconds
WARNING - pygluu.containerlib.wait - 2021-06-20 13:16:27,700 - LDAP is not ready; reason=socket connection error while opening: [Errno 111] Connection refused; retrying in 10.0 seconds
INFO - pygluu.containerlib.wait - 2021-06-20 13:16:38,835 - LDAP is ready
INFO - pygluu.containerlib.wait - 2021-06-20 16:37:56,172 - Config is ready
INFO - pygluu.containerlib.wait - 2021-06-20 16:37:56,215 - Secret is ready
INFO - pygluu.containerlib.wait - 2021-06-20 16:37:56,646 - LDAP is ready
```
How can I actually see the value which is being used for cr-rotate? The value shown in the GUI of oxtrust is the one that is being used when cr-rotate has updated it?