mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
d0a508d1ca
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 |
||
---|---|---|
.. | ||
victoria-logs | ||
vlinsert | ||
vlogscli | ||
vlogsgenerator | ||
vlselect | ||
vlstorage | ||
vmagent | ||
vmalert | ||
vmalert-tool | ||
vmauth | ||
vmbackup | ||
vmbackupmanager | ||
vmctl | ||
vmgateway | ||
vminsert | ||
vmrestore | ||
vmselect | ||
vmstorage | ||
vmui |