Skip to content

Commit

Permalink
Improve GCS docs for using keystore (elastic#40605)
Browse files Browse the repository at this point in the history
This commit tweaks the wording on using the keystore to store GCS
credentials to note it requires a different key type/command.

closes elastic#39993
  • Loading branch information
rjernst authored and Gurkan Kaymak committed May 27, 2019
1 parent 339ef06 commit e246938
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/plugins/repository-gcs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ A JSON service account file looks like this:
----
// NOTCONSOLE

To provide this file to the plugin, it must be stored in the {ref}/secure-settings.html[Elasticsearch keystore]. You must add a setting name of the form `gcs.client.NAME.credentials_file`, where `NAME`
is the name of the client configuration for the repository. The implicit client
To provide this file to the plugin, it must be stored in the {ref}/secure-settings.html[Elasticsearch keystore]. You must
add a `file` setting with the name `gcs.client.NAME.credentials_file` using the `add-file` subcommand.
`NAME` is the name of the client configuration for the repository. The implicit client
name is `default`, but a different client name can be specified in the
repository settings with the `client` key.

Expand Down

0 comments on commit e246938

Please sign in to comment.