We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now to use an API key in the auth header I have to do some hoop jumping like:
esrally race --track=geonames --pipeline=benchmark-only --client-options='{"default": {"use_ssl": true, "headers":{"Authorization":"ApiKey aE...=="}}}' --target-hosts=target.es.host:9200 --kill-running-processes --test-mode
This is not well documented and has the added disadvantage of logging the headers (issue: #1757 is aimed to fix that part of it).
But, I want to be able to simply say --client-options="auth_api_key:'aE...=='" and rally does the right thing.
--client-options="auth_api_key:'aE...=='"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Right now to use an API key in the auth header I have to do some hoop jumping like:
This is not well documented and has the added disadvantage of logging the headers (issue: #1757 is aimed to fix that part of it).
But, I want to be able to simply say
--client-options="auth_api_key:'aE...=='"
and rally does the right thing.The text was updated successfully, but these errors were encountered: