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:
Kubernetes Prow Robot 2022-04-19 01:39:17 -07:00 committed by GitHub
commit 01e8a2c269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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