Skip to content

Adding "X-Pack/Basic Authentication" section to elasticsearch connector documentation#5021

Closed
llmuculusll wants to merge 2 commits intotrinodb:masterfrom
llmuculusll:master
Closed

Adding "X-Pack/Basic Authentication" section to elasticsearch connector documentation#5021
llmuculusll wants to merge 2 commits intotrinodb:masterfrom
llmuculusll:master

Conversation

@llmuculusll
Copy link

Adding "X-Pack/Basic Authentication" section to elasticsearch connector documentation according to #4165 pull request.

Adding "X-Pack/Basic Authentication" section to elasticsearch connector documentation according to trinodb#4165 pull request.
@cla-bot
Copy link

cla-bot bot commented Aug 30, 2020

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. For more information, see https://github.com/prestosql/cla.

@ebyhr ebyhr added the docs label Aug 30, 2020
@llmuculusll
Copy link
Author

I submitted CLA to cla@prestosql.io

Copy link
Member

@martint martint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Just a few minor comments.

``elasticsearch.aws.secret-key`` AWS secret key to use to connect to the Elasticsearch domain.
================================================ ==================================================================

X-Pack/Basic Authentication
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should say just "password authentication". "X-Pack" is an Elasticsearch extension framework and, as such, it's an implementation detail of Elasticsearch.

X-Pack/Basic Authentication
---------------------------

To enable basic authentication using X-Pack, the ``elasticsearch.security`` option needs to be set to ``PASSWORD``.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To enable basic authentication using X-Pack, the ``elasticsearch.security`` option needs to be set to ``PASSWORD``.
To enable password authentication, the ``elasticsearch.security`` option needs to be set to ``PASSWORD``.

Comment on lines +305 to +306
``elasticsearch.auth.user`` Elasticsearch username for basic authentication.
``elasticsearch.auth.password`` Elasticsearch password for basic authentication.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
``elasticsearch.auth.user`` Elasticsearch username for basic authentication.
``elasticsearch.auth.password`` Elasticsearch password for basic authentication.
``elasticsearch.auth.user`` Elasticsearch username for password authentication.
``elasticsearch.auth.password`` Elasticsearch password for password authentication.

@martint
Copy link
Member

martint commented Apr 19, 2021

@cla-bot check

@cla-bot
Copy link

cla-bot bot commented Apr 19, 2021

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla.

@cla-bot
Copy link

cla-bot bot commented Apr 19, 2021

The cla-bot has been summoned, and re-checked this pull request!

@martint
Copy link
Member

martint commented Jun 14, 2022

Elasticsearch documentation has already been updated.

@martint martint closed this Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants