feat: restrict rfc2136 kerberos password from being exposed in logs

Signed-off-by: Dustin Scott <sdustin@vmware.com>
This commit is contained in:
Dustin Scott 2022-04-11 10:19:41 -05:00
parent 7191e3dbbd
commit d035ecce71
No known key found for this signature in database
GPG Key ID: 3BE3BFEDF51E1692

View File

@ -166,7 +166,7 @@ type Config struct {
RFC2136GSSTSIG bool
RFC2136KerberosRealm string
RFC2136KerberosUsername string
RFC2136KerberosPassword string
RFC2136KerberosPassword string `secure:"yes"`
RFC2136TSIGKeyName string
RFC2136TSIGSecret string `secure:"yes"`
RFC2136TSIGSecretAlg string