Skip to content

Commit

Permalink
Merge pull request #2703 from scottd018/feat-restrict-rfc2136-sensiti…
Browse files Browse the repository at this point in the history
…ve-values

feat: restrict rfc2136 kerberos password from being exposed in logs
  • Loading branch information
k8s-ci-robot authored Apr 19, 2022
2 parents bcd6e7f + d035ecc commit 01e8a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/externaldns/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01e8a2c

Please sign in to comment.