Permalink
Browse files
Add Docker health check
Note: it does not work with Shibboleth authentication yet.
- Loading branch information
Showing
with
7 additions
and 1 deletion.
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
(set -o pipefail ; curl -k -f http://localhost:443/midpoint/actuator/health | tr -d '[:space:]' | grep -q "\"status\":\"UP\"") || exit 1 |