Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optionally use generated api_key auth to ES
This commit adds a optional client arg, use_api_key, which will generate and use an api key for every client and async client created by Rally. It uses an initial call via the existing auth scheme to ES to generate the key, and then creates a new client using the api_key for general use by Rally. The async client also does this, and temporarily creates a sync client to generate the key, and then uses it when creating an async client. Closes elastic#1067
- Loading branch information