-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add support for user/password auth #4165
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
Conversation
findepi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be nice to have a product test for this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
verify the two configs are mutually exclusive
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From this code's point of view, it doesn't matter, I think. Both could be supplied and it should just work.
presto-elasticsearch/src/main/java/io/prestosql/elasticsearch/ElasticsearchConfig.java
Outdated
Show resolved
Hide resolved
|
@findepi, added a test. |
presto-elasticsearch/src/test/java/io/prestosql/elasticsearch/ElasticsearchServer.java
Outdated
Show resolved
Hide resolved
presto-elasticsearch/src/test/java/io/prestosql/elasticsearch/ElasticsearchServer.java
Outdated
Show resolved
Hide resolved
...csearch/src/test/java/io/prestosql/elasticsearch/TestElasticsearch7IntegrationSmokeTest.java
Outdated
Show resolved
Hide resolved
presto-elasticsearch/src/test/java/io/prestosql/elasticsearch/ElasticsearchServer.java
Outdated
Show resolved
Hide resolved
|
CI failed -- #3161 (comment) |
Adding "X-Pack/Basic Authentication" section to elasticsearch connector documentation according to trinodb#4165 pull request.
Cherry-pick of trinodb/trino#4165 and trinodb/trino#2591 Co-authored-by: Martin Traverso <mtraverso@gmail.com>
Cherry-pick of trinodb/trino#4165 Co-authored-by: Martin Traverso <mtraverso@gmail.com>
Cherry-pick of trinodb/trino#4165 Co-authored-by: Martin Traverso <mtraverso@gmail.com>
No description provided.