Skip to content

Removing HMAC Secret from logging

Kamalika Saha requested to merge kamalika/removeHMAC into azure/m16-master

Create Subscription endpoint needs a HMAC secret to be passed in the payload. Removing the HAMC secret from the Object just before logging.

Payload : image

Without code changes, HMAC Secret would get logged : image

After code changes : image

Edited by Kamalika Saha

Merge request reports