mirror of
https://github.com/coredns/coredns.git
synced 2025-12-25 11:35:18 -05:00
feat(clouddns): API to 0.258.0 with deprecations (#7787)
This commit is contained in:
@@ -35,8 +35,10 @@ clouddns [ZONE:PROJECT_ID:HOSTED_ZONE_NAME...] {
|
||||
|
||||
* `credentials` is used for reading the credential file from **FILENAME** (normally a .json file).
|
||||
This field is optional. If this field is not provided then authentication will be done automatically,
|
||||
e.g., through environmental variable `GOOGLE_APPLICATION_CREDENTIALS`. Please see
|
||||
Google Cloud's [authentication method](https://cloud.google.com/docs/authentication) for more details.
|
||||
e.g., through environmental variable `GOOGLE_APPLICATION_CREDENTIALS`. Note that CoreDNS validates that the given
|
||||
file has a valid credentials type, but does not validate the credentials file for malicious input. Please see
|
||||
Google Cloud's [authentication method](https://cloud.google.com/docs/authentication) and
|
||||
[validating credential configurations from external sources](https://docs.cloud.google.com/docs/authentication/client-libraries#external-credentials) for more details.
|
||||
|
||||
* `fallthrough` If zone matches and no record can be generated, pass request to the next plugin.
|
||||
If **[ZONES...]** is omitted, then fallthrough happens for all zones for which the plugin is
|
||||
|
||||
Reference in New Issue
Block a user