|
2 | 2 | === HTTP/REST clients and security
|
3 | 3 |
|
4 | 4 | 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] |
6 | 6 | headers to authenticate users. Since Elasticsearch is stateless, this header must
|
7 | 7 | be sent with every request:
|
8 | 8 |
|
@@ -47,17 +47,15 @@ curl --user rdeniro:taxidriver -XPUT 'localhost:9200/idx'
|
47 | 47 | ---------------------------------------------------------
|
48 | 48 |
|
49 | 49 | [float]
|
50 |
| -==== Client Libraries over HTTP |
| 50 | +==== Client libraries over HTTP |
51 | 51 |
|
52 | 52 | 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