Skip to content

Commit 8d71af3

Browse files
committed
[DOCS] Add Java to list of HTTP client libraries for basic authentication (#48647)
1 parent a96ed33 commit 8d71af3

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
=== HTTP/REST clients and security
33

44
The {es} {security-features} work with standard HTTP
5-
{wikipedia}/Basic_access_authentication[basic authentication]
5+
https://en.wikipedia.org/wiki/Basic_access_authentication[basic authentication]
66
headers to authenticate users. Since Elasticsearch is stateless, this header must
77
be sent with every request:
88

@@ -47,17 +47,15 @@ curl --user rdeniro:taxidriver -XPUT 'localhost:9200/idx'
4747
---------------------------------------------------------
4848

4949
[float]
50-
==== Client Libraries over HTTP
50+
==== Client libraries over HTTP
5151

5252
For more information about using {security-features} with the language
53-
specific clients, refer to
54-
https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-transport#authentication[Ruby],
55-
http://elasticsearch-py.readthedocs.org/en/master/#ssl-and-authentication[Python],
56-
https://metacpan.org/pod/Search::Elasticsearch::Cxn::HTTPTiny#CONFIGURATION[Perl],
57-
http://www.elastic.co/guide/en/elasticsearch/client/php-api/current/security.html[PHP],
58-
http://nest.azurewebsites.net/elasticsearch-net/security.html[.NET],
59-
http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/auth-reference.html[JavaScript]
60-
61-
////
62-
Groovy - TODO link
63-
////
53+
specific clients, refer to:
54+
55+
* {java-rest}/_basic_authentication.html[Java]
56+
* {jsclient-current}/auth-reference.html[JavaScript]
57+
* https://www.elastic.co/guide/en/elasticsearch/client/net-api/master/configuration-options.html[.NET]
58+
* https://metacpan.org/pod/Search::Elasticsearch::Cxn::HTTPTiny#CONFIGURATION[Perl]
59+
* http://www.elastic.co/guide/en/elasticsearch/client/php-api/master/security.html[PHP]
60+
* https://elasticsearch-py.readthedocs.io/en/master/#ssl-and-authentication[Python]
61+
* https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-transport#authentication[Ruby]

0 commit comments

Comments
 (0)