eoAPI service health check endpoints such as _mgmt/ping or so currently redirect to KeyCloak in the EOEPCA dev cluster setup.
This is because of the route definitions - we protect everything and then whitelist unprotected paths + methods, including docs, but missing healthz.
Perhaps we should do the opposite: everything open with a few exceptions?
eoAPI service health check endpoints such as
_mgmt/pingor so currently redirect to KeyCloak in the EOEPCA dev cluster setup.This is because of the route definitions - we protect everything and then whitelist unprotected paths + methods, including docs, but missing healthz.
.apxsubdomain eoepca-plus#68 (comment)Perhaps we should do the opposite: everything open with a few exceptions?