Skip to main content

Module masking

Module masking 

Source
Expand description

Secret masking for safe logging of connector configuration.

SecretMasker identifies keys that hold secret values (passwords, access keys, tokens) and replaces their values with "***" in Display/Debug output.

Structsยง

SecretMasker
Utility for masking secret values in configuration maps.