You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there was a nil status value it was still being added to the
status map, but the server didn't check before dereferencing it.
We now just check if the pointer is nil before trying to use it.
Fixes: open-policy-agent#2396
Signed-off-by: Patrick East <[email protected]>
Using the latest OPA if you configure a health probe with the envoy plugin https://github.com/open-policy-agent/opa-istio-plugin you will get a panic:
The issue appears to be that the plugin doesn't have a status set, which is OK, but the server tries to dereference the status pointer and barfs.
The text was updated successfully, but these errors were encountered: