You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want the client to authenticate with an Elasticsearch access token, set the relevant HTTP request header.
79
-
If the client makes requests on behalf of a single user only, you can set the necessary `Authorization` header as a default header as shown
79
+
If the client makes requests on behalf of a single user only, you can set the necessary `ElasticInferenceServiceAuthorizationHandler` header as a default header as shown
If you want the client to authenticate with an Elasticsearch API key, set the relevant HTTP request header.
90
-
If the client makes requests on behalf of a single user only, you can set the necessary `Authorization` header as a default header as shown
90
+
If the client makes requests on behalf of a single user only, you can set the necessary `ElasticInferenceServiceAuthorizationHandler` header as a default header as shown
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/external/request/elastic/ElasticInferenceServiceAuthRequest.java
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/external/response/elastic/ElasticInferenceServiceAuthResponseEntity.java
0 commit comments