-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c29ff8d
commit 4ab0755
Showing
4 changed files
with
5 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,6 @@ This plugin supports the following configuration options plus the <<plugins-{typ | |
| <<plugins-{type}s-{plugin}-json_key_file>> |<<string,string>>|No | ||
| <<plugins-{type}s-{plugin}-json_schema>> |<<hash,hash>>|No | ||
| <<plugins-{type}s-{plugin}-key_password>> |<<string,string>>|__Deprecated__ | ||
| <<plugins-{type}s-{plugin}-key_path>> |<<string,string>>|*Obsolete* | ||
| <<plugins-{type}s-{plugin}-project_id>> |<<string,string>>|Yes | ||
| <<plugins-{type}s-{plugin}-service_account>> |<<string,string>>|__Deprecated__ | ||
| <<plugins-{type}s-{plugin}-skip_invalid_rows>> |<<boolean,boolean>>|No | ||
|
@@ -225,7 +224,7 @@ mutate { | |
[id="plugins-{type}s-{plugin}-json_key_file"] | ||
===== `json_key_file` | ||
|
||
added[4.0.0, "Replaces <<plugins-{type}s-{plugin}-key_password>>, <<plugins-{type}s-{plugin}-key_path>> and <<plugins-{type}s-{plugin}-service_account>>."] | ||
added[4.0.0, "Replaces <<plugins-{type}s-{plugin}-key_password>> and <<plugins-{type}s-{plugin}-service_account>>."] | ||
|
||
* Value type is <<string,string>> | ||
* Default value is `nil` | ||
|
@@ -278,22 +277,6 @@ deprecated[4.0.0, Replaced by `json_key_file` or by using ADC. See <<plugins-{ty | |
* Value type is <<string,string>> | ||
|
||
|
||
[id="plugins-{type}s-{plugin}-key_path"] | ||
===== `key_path` | ||
|
||
* Value type is <<string,string>> | ||
|
||
**Obsolete:** The PKCS12 key file format is no longer supported. | ||
|
||
Please use one of the following mechanisms: | ||
|
||
* https://cloud.google.com/docs/authentication/production[Application Default Credentials (ADC)], | ||
configured via environment variables on Compute Engine, Kubernetes Engine, App Engine, or | ||
Cloud Functions. | ||
* A JSON authentication key file. You can generate them in the console for the service account | ||
like you did with the `.P12` file or with the following command: | ||
`gcloud iam service-accounts keys create key.json --iam-account [email protected]` | ||
|
||
[id="plugins-{type}s-{plugin}-project_id"] | ||
===== `project_id` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.5.0 | ||
5.0.0 |