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