mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Fixes https://github.com/StackExchange/dnscontrol/issues/1457 * New-style creds.json implememented backwards compatible * Update tests * Update docs * Assume new-style TYPE
12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
{
|
|
"bind": {
|
|
"TYPE": "BIND"
|
|
},
|
|
"r53_ACCOUNTNAME": {
|
|
"TYPE": "ROUTE53",
|
|
"KeyId": "change_to_your_keyid",
|
|
"SecretKey": "change_to_your_secretkey",
|
|
"Token": "optional_sts_token"
|
|
}
|
|
}
|