Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@Shivam010 Shivam010 released this 20 Dec 21:43
6ded7d0

protoc-gen-redact (PGR)

protoc-gen-redact (PGR) is a protoc plugin to redact field values in GRPC client calls from the server. This plugin
adds support to protoc-generated code to redact certain fields in the GRPC calls.

Supported:

  • Fields Redactions
  • Service/Method skip
    • Service/Method skipped: custom status code
    • Service/Method skipped: custom error message
  • File generation skip
  • Examples added