mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-12-15 16:51:00 +01:00
feat: restrict rfc2136 kerberos password from being exposed in logs
Signed-off-by: Dustin Scott <sdustin@vmware.com>
This commit is contained in:
parent
7191e3dbbd
commit
d035ecce71
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user