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
The ApiKey credential currently asks for a key id and an api key. However, in the elasticsearch cloud UI, API keys don't provide these components separately. Instead, they provide base64(keyid + ":" + key) as one string. Since you also give API keys a name, my initial thought was to provide the api key name as the id and then the base64 key as the value.
Either the rust client should be updated to take this format or the docs should be updated to make it clear how to get these values.
The text was updated successfully, but these errors were encountered:
The ApiKey credential currently asks for a key id and an api key. However, in the elasticsearch cloud UI, API keys don't provide these components separately. Instead, they provide
base64(keyid + ":" + key)
as one string. Since you also give API keys a name, my initial thought was to provide the api key name as the id and then the base64 key as the value.Either the rust client should be updated to take this format or the docs should be updated to make it clear how to get these values.
The text was updated successfully, but these errors were encountered: