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
I'm not sure if I'm missing something, the default authentication method is username/password. Which uses basic auth within the URL. I don't see how I can use token based authentication here. e.g.
Authorization: Bearer private-XXXXXXXXXXXXXXX
I'm trying to use an Elastic cloud engine for searches, and these appear to require requests be authenticated with a bearer token in the header, and I just don't see how I can use this method. Am I missing something? Would that be the digest option?
The text was updated successfully, but these errors were encountered:
I think they actually call it an App search engine, and yes, I mean a key.
That's a good thought, on using the headers, I will look into that. Although yesterday I switched to looking into their reach apps. But this approach may allow us to do what we need.
I'm not sure if I'm missing something, the default authentication method is username/password. Which uses basic auth within the URL. I don't see how I can use token based authentication here. e.g.
I'm trying to use an Elastic cloud engine for searches, and these appear to require requests be authenticated with a bearer token in the header, and I just don't see how I can use this method. Am I missing something? Would that be the digest option?
The text was updated successfully, but these errors were encountered: