mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 06:36:11 +02:00
Merge pull request #2703 from scottd018/feat-restrict-rfc2136-sensitive-values
feat: restrict rfc2136 kerberos password from being exposed in logs
This commit is contained in:
commit
01e8a2c269
@ -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