Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note S3 plugin uses JVM-wide truststore #77676

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/plugins/repository-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ settings belong in the `elasticsearch.yml` file.
`protocol`::

The protocol to use to connect to S3. Valid values are either `http` or
`https`. Defaults to `https`.
`https`. Defaults to `https`. When using HTTPS, this plugin validates the
repository's certificate chain using the JVM-wide truststore. Ensure that
the root certificate authority is in this truststore using the JVM's
`keytool` tool.

`proxy.host`::

Expand Down