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
@@ -31,6 +31,9 @@ class KbnClientWithApiKeySupport extends KbnClient {
31
31
? matches[1]+matches[3].replace('/','')
32
32
: kibanaUrl.replace('/','');
33
33
}
34
+
/**
35
+
* The fleet api to enroll and agent requires an api key when you mke the request, however KbnClient currently does not support sending an api key with the request. This function allows you to send an api key with a request.
0 commit comments