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
The --v=3 flag is supposed to turn on request logging so that we can see what callers are sending to OPA. Currently it only works for GET-supplied input params. We should make it work for PUT/POST/PATCH as well.
The text was updated successfully, but these errors were encountered:
Use httputil.DumpRequest as this is much cleaner than previous approach
and handles all requests (instead of just /data). With new approach we
can get rid of getInputParam and related tests.
Also, move slack link around.
Fixesopen-policy-agent#281
Use httputil.DumpRequest as this is much cleaner than previous approach
and handles all requests (instead of just /data). With new approach we
can get rid of getInputParam and related tests.
Also, move slack link around.
Fixes#281
The --v=3 flag is supposed to turn on request logging so that we can see what callers are sending to OPA. Currently it only works for GET-supplied input params. We should make it work for PUT/POST/PATCH as well.
The text was updated successfully, but these errors were encountered: