mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
### Describe Your Changes optimize for https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6226 for user who set `*AuthKey` flag, they will receive new response in body: ```go // query arg not set The provided authKey '' doesn't match -search.resetCacheAuthKey // incorrect query arg The provided authKey '5dxd71hsz==' doesn't match -search.resetCacheAuthKey ``` previously, they receive: ``` The provided authKey doesn't match -search.resetCacheAuthKey ``` ### Checklist The following checks are **mandatory**: - [x] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/).