From 16eda53eb37453336c5b1d6a06146725bf585a51 Mon Sep 17 00:00:00 2001 From: Adam Smith Date: Wed, 13 Jun 2018 21:24:29 -0700 Subject: [PATCH] add note about fallback authentication for route53 provider --- octodns/provider/route53.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/octodns/provider/route53.py b/octodns/provider/route53.py index afdebe1..50c734c 100644 --- a/octodns/provider/route53.py +++ b/octodns/provider/route53.py @@ -217,11 +217,14 @@ class Route53Provider(BaseProvider): route53: class: octodns.provider.route53.Route53Provider - # The AWS access key id (required) + # The AWS access key id access_key_id: - # The AWS secret access key (required) + # The AWS secret access key secret_access_key: + Alternatively, you may leave out access_key_id and secret_access_key, + this will result in boto3 deciding authentication dynamically. + In general the account used will need full permissions on Route53. ''' SUPPORTS_GEO = True