grafana/pkg/services/datasourceproxy
Chris Marchbanks f85d072c17
Datasources: Fix Proxy by UID Failing for UIDs with a Hyphen (#61723)
Fix Proxy by UID Failing for UIDs with a Hyphen

Hyphens are allowed in short IDs but not picked up by the
proxyPathRegexp. This caused the end of the uid to be proxied as part of
the path to the backing datasource which would usually cause a 404.
2023-01-24 17:15:52 +01:00
..
datasourceproxy_test.go Datasources: Fix Proxy by UID Failing for UIDs with a Hyphen (#61723) 2023-01-24 17:15:52 +01:00
datasourceproxy.go Datasources: Fix Proxy by UID Failing for UIDs with a Hyphen (#61723) 2023-01-24 17:15:52 +01:00