Skip to content

Commit

Permalink
feat: restrict rfc2136 kerberos password from being exposed in logs
Browse files Browse the repository at this point in the history
Signed-off-by: Dustin Scott <[email protected]>
  • Loading branch information
Dustin Scott committed Apr 11, 2022
1 parent 7191e3d commit d035ecc
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 d035ecc

Please sign in to comment.