You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* AKAMAICDN is a proprietary record type that is used to configure [Zone Apex Mapping](https://blogs.akamai.com/2019/08/fast-dns-zone-apex-mapping-dnssec.html).
224
+
* AKAMAICDN is a proprietary record type that is used to configure [Zone Apex Mapping](https://www.akamai.com/blog/security/edge-dns--zone-apex-mapping---dnssec).
225
225
* The AKAMAICDN target must be preconfigured in the Akamai network.
Copy file name to clipboardexpand all lines: documentation/language-reference/domain-modifiers/AKAMAICDN.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,5 @@ parameter_types:
11
11
"modifiers...": RecordModifier[]
12
12
---
13
13
14
-
AKAMAICDN is a proprietary record type that is used to configure [Zone Apex Mapping](https://blogs.akamai.com/2019/08/fast-dns-zone-apex-mapping-dnssec.html).
14
+
AKAMAICDN is a proprietary record type that is used to configure [Zone Apex Mapping](https://www.akamai.com/blog/security/edge-dns--zone-apex-mapping---dnssec).
15
15
The AKAMAICDN target must be preconfigured in the Akamai network.
Copy file name to clipboardexpand all lines: documentation/provider/cloudflareapi.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ This method is enabled by setting the `apitoken` value in `creds.json`:
54
54
{% endcode %}
55
55
56
56
*`accountid` is found in the Cloudflare portal ("Account ID") on any "Website" page. Click on any site and you'll see the "Account ID" on the lower right side of the page.
57
-
*`apitoken` is something you must create. See [Cloudflare's documentation](https://support.cloudflare.com/hc/en-us/articles/200167836-Managing-API-Tokens-and-Keys) for instructions on how to generate and configure permissions on API tokens. (Spoiler alert: [link](https://dash.cloudflare.com/profile/api-tokens). The token must be granted rights (authorization to do certain tasks) at a very granular level.
57
+
*`apitoken` is something you must create. See [Cloudflare's documentation](https://developers.cloudflare.com/fundamentals/api/get-started/create-token/) for instructions on how to generate and configure permissions on API tokens. (Spoiler alert: [link](https://dash.cloudflare.com/profile/api-tokens). The token must be granted rights (authorization to do certain tasks) at a very granular level.
58
58
59
59
DNSControl requires the token to have the following permissions:
Copy file name to clipboardexpand all lines: documentation/provider/index.md
+54-54
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ a provider that supports it, we'd love your contribution to ensure it works corr
12
12
If a feature is definitively not supported for whatever reason, we would also like a PR to clarify why it is not supported, and fill in this entire matrix.
DNSControl depends on a standard [AWS access key](https://aws.amazon.com/developers/access-keys/) with permission to list, create and update hosted zones. If you do not have the permissions required you will receive the following error message `Check your credentials, your not authorized to perform actions on Route 53 AWS Service`.
108
+
DNSControl depends on a standard [AWS access key](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html) with permission to list, create and update hosted zones. If you do not have the permissions required you will receive the following error message `Check your credentials, your not authorized to perform actions on Route 53 AWS Service`.
109
109
110
110
You can apply the `AmazonRoute53FullAccess` policy however this includes access to many other areas of AWS. The minimum permissions required are as follows:
0 commit comments