503 Service Unavailable - Using Bundle API #392
-
Hi, From what I can gather, the bundle appears to be loading correctly. I have enabled debug logs to investigate further, but I haven't identified any issues within the logs. However, I did notice that the result in the decision log displays as "null," which I presume is not a desirable outcome. I would greatly appreciate any suggestions or guidance you may have to help resolve this issue. ################## ##################
################## kubectl logs deploymentservice-84d77d77c9-7kd85 opa-istio ################## opa-istio-config ########################################## ################################ example.rego################################ package example default allow = false allow { ################################ data.json################################ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Did you figure out what the issue was? @daniel-pebble |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Right, that should not make a difference. Since you're getting
false
back, there must be something in the policy contributing to that decision. What it could be is hard to say without knowing what your policy looks like. I'd probably tryopa eval
with coverage, to try and see where things go wrong. If it's a single file, you can even use the Rego Playground with coverage turned on.