victorialogs-datasource icon indicating copy to clipboard operation
victorialogs-datasource copied to clipboard

Grafana not support multi-tenant for Victorialogs

Open nulldoot2k opened this issue 4 months ago • 0 comments

Hi, Team! I am currently deploying Victorialogs based on single version with replicas=2

image

Previously my vmauth defined the noauth route via 2 tenant=1:1000 and tenant=1:1001

tenant=1:1000 image tenant=1:1000 2 image

Basically I see everything is healthy. But there is a problem as follows

As I see Victorialogs already supports multiple tenants with closed article: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3792 But checking shows that on Grafana it is not possible to add that, because the outgoing route does not support that yet Look at the path: http://vmauth:8247/select/vmui with Tenant: "1:1000"

I think we need change path from /select/vmui/ to /select/1:1000/vmui/ Like that

image

Outside solution using vmauth for users - tenant Is there any solution for using auth in prefix_path ?

Thanks a lot!!!

nulldoot2k avatar Oct 11 '24 09:10 nulldoot2k