Open chrishas35 opened 2 years ago
Hello @chrishas35,
Sorry for the delay in getting back to you. I just noticed your comment today.
Thanks. I'll consider it in an upcoming update.
For now, maybe something like the following works for you:
wedeploy.DefaultSanitizers["Custom-Header"] = AuthorizationSanitizer
as you can see in:
May I ask how to use it? It seems that it's internal package.
I have a module that calls an API with a custom authorization header. I would like to sanitize it rather than hide it, but currently doesn't appear I can do so. The ability to add additional headers for sanitization would be a great addition.