1
2
3
4
5
6
7
8
9
# Check policy gateway health
curl http://localhost:4600/health
# Check OPA health
curl http://localhost:8181/health
# Restart services
just restart policy-gateway
just restart opa
1
2
# Reload last known good policy
just opa-load-policy <policy-bundle-id>