filter sensitive information in trace

Hi,

I wanted to know how to avoid sensitive information being printed in the log when we enable the trace.

Basically, wherever am logging the request/response, am masking the information.

But when I enable trace, I see that the sensitive data is printed in the trace, and whoever is debugging will be able to see the information.

Is there a way to avoid this?

Thanks

Solved Solved
0 1 91
1 ACCEPTED SOLUTION

On Apigee Edge, there's a data masks api that can be used to mask out particular payload data and variables from trace

https://apidocs.apigee.com/docs/data-masks/1/overview

View solution in original post

1 REPLY 1

On Apigee Edge, there's a data masks api that can be used to mask out particular payload data and variables from trace

https://apidocs.apigee.com/docs/data-masks/1/overview