VictoriaMetrics/docs/changelog
Nikolay 430163d01a
app/vmagent: fixes multitenant token parse
Previously, vmagent produced parsing error for 'multitenant' auth token
value for the cases:
* data ingestion with enableMultitentEndpoints
* data scrapping at promscrape

 It's inconsistent to the other VictoriaMetrics components.
Since 'multitenant' is well-known token value for multitenancy via
labels. And vmagent is intended to be compatible with vminsert ingestion
endpoints.

 This commit replaces NewToken with NewTokenPossibleMultitenant function
for token parsing. It allows to use multitenant value for it. And it
makes token values consistent for the all components.

Related issue:
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7694
2024-11-29 14:04:07 +01:00
..
_index.md docs: move changelog to dir (#6853) 2024-08-21 17:26:54 +02:00
CHANGELOG_2020.md docs: spelling fixes (#7420) 2024-11-05 16:44:23 +01:00
CHANGELOG_2021.md docs: spelling fixes (#7420) 2024-11-05 16:44:23 +01:00
CHANGELOG_2022.md docs: spelling fixes (#7420) 2024-11-05 16:44:23 +01:00
CHANGELOG_2023.md docs: spelling fixes (#7420) 2024-11-05 16:44:23 +01:00
CHANGELOG.md app/vmagent: fixes multitenant token parse 2024-11-29 14:04:07 +01:00