Hey guys. Can we enrich the audit log with custom ...
# help
r
Hey guys. Can we enrich the audit log with custom data passed to Cerbos somehow? I know we can provide custom
requestId
, but anything else apart from that?
a
We're currently in the process of adding support to the SDKs for setting gRPC metadata on requests, which can then appear in the audit logs if you set the
audit.includeMetadataKeys
field in the server config
What sort of data are you looking to pass? Is it different for each request?