mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
NEW PROVIDER: AkamaiEdgeDNS (#1174)
* downcase TLSA * Akamai provider * Akamai provider * EdgeDNS provider * AkamaiEdgeDNS provider * AkamaiEdgeDNS provider * AkamaiEdgeDNS provider Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
@ -986,8 +986,9 @@ func makeTests(t *testing.T) []*TestGroup {
|
||||
|
||||
testgroup("pager1201",
|
||||
only(
|
||||
//"MSDNS", // No paging done. No need to test.
|
||||
//"AZURE_DNS", // Currently failing. See https://github.com/StackExchange/dnscontrol/issues/770
|
||||
//"MSDNS", // No paging done. No need to test.
|
||||
//"AKAMAIEDGEDNS", // No paging done. No need to test.
|
||||
//"AZURE_DNS", // Currently failing. See https://github.com/StackExchange/dnscontrol/issues/770
|
||||
"HEXONET",
|
||||
"HOSTINGDE",
|
||||
//"ROUTE53", // Currently failing. See https://github.com/StackExchange/dnscontrol/issues/908
|
||||
|
@ -58,6 +58,15 @@
|
||||
"api_key": "$DNSMADEEASY_API_KEY",
|
||||
"secret_key": "$DNSMADEEASY_SECRET_KEY"
|
||||
},
|
||||
"AKAMAIEDGEDNS": {
|
||||
"client_secret": "$AED_CLIENT_SECRET",
|
||||
"host": "$AED_HOST",
|
||||
"access_token": "$AED_ACCESS_TOKEN",
|
||||
"client_token": "$AED_CLIENT_TOKEN",
|
||||
"contract_id": "$AED_CONTRACT_ID",
|
||||
"group_id": "$AED_GROUP_ID",
|
||||
"domain": "$AED_DOMAIN"
|
||||
},
|
||||
"EXOSCALE": {
|
||||
"apikey": "$EXOSCALE_API_KEY",
|
||||
"dns-endpoint": "https://api.exoscale.ch/dns",
|
||||
|
Reference in New Issue
Block a user