elastic / rally

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

Assume no operator if security not enabled in serverless #1851

Closed gbanasiak closed 5 months ago

gbanasiak commented 5 months 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.