mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 14:46:10 +02:00
rfc2136: remove deprecated MD5 key algorithm
Signed-off-by: Jack Henschel <jack.henschel@cern.ch>
This commit is contained in:
parent
ee772772f4
commit
3ed22648cb
@ -71,7 +71,6 @@ type rfc2136Provider struct {
|
||||
|
||||
// Map of supported TSIG algorithms
|
||||
var tsigAlgs = map[string]string{
|
||||
"hmac-md5": dns.HmacMD5,
|
||||
"hmac-sha1": dns.HmacSHA1,
|
||||
"hmac-sha224": dns.HmacSHA224,
|
||||
"hmac-sha256": dns.HmacSHA256,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user