Skip to content

Convert rpcauth logging back to strict struct parsing

Compare
Choose a tag to compare
@sfc-gh-jchacon sfc-gh-jchacon released this 02 Aug 16:20
· 274 commits to main since this release
b4d6548

Instead of trying to stringify the json.RawMessage fields pass everything as-is to the logger.

One can write a logr implementation to log it how you want.

Add the ability to know in OPA policy where the request originated from (proxy or direct RPC)

Also remove some debugging logging that crept in.