mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
add note about fallback authentication for route53 provider
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user