elastic / rally

Macrobenchmarking framework for Elasticsearch
Apache License 2.0
1.91k stars 314 forks source link

Assume no operator if security not enabled in serverless #1851

Closed gbanasiak closed 1 month ago

gbanasiak commented 1 month ago

When testing locally serverless might be running without security enabled. In this case, GET _security/_authenticate fails. This PR falls back to non-operator privileges in such case.