Skip to content

Commit e91a23b

Browse files
committed
ALternative name for API Key credentials - encoded
1 parent 8c5bb77 commit e91a23b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/search/search_engines/elasticsearch/configure_elasticsearch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,14 @@ ibexa_elasticsearch:
232232
credentials: ['ui2lp2axTNmsyakw9tvNnw', 'VuaCfGcBCdbkQm-e5aOx']
233233
```
234234

235-
Alternatively, pass the API key credentials:
235+
Alternatively, pass the encoded API key value (Elasticsearch also calls it "API key credentials"):
236236

237237
``` yaml
238238
<connection_name>:
239239
# ...
240240
authentication:
241241
type: api_key
242-
credentials: ['<api_key_credentials>']
242+
credentials: ['<api_key_encoded>']
243243
```
244244

245245
For example:
@@ -255,7 +255,7 @@ ibexa_elasticsearch:
255255
credentials: ['VnVhQ2ZHY0JDZGJrUW0tZTVhT3g6dWkybHAyYXhUTm1zeWFrdzl0dk5udw==']
256256
```
257257

258-
Refer to the [examples in Elasticsearch documentation](https://www.elastic.co/guide/en/elasticsearch/reference/8.19/security-api-create-api-key.html#security-api-create-api-key-example) to see the difference between API key, API key id and API key credentials.
258+
Refer to the [examples in Elasticsearch documentation](https://www.elastic.co/guide/en/elasticsearch/reference/8.19/security-api-create-api-key.html#security-api-create-api-key-example) to see the difference between API key, API key id and encoded API key.
259259

260260
### SSL
261261

0 commit comments

Comments
 (0)