mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Prometheus: Update audiences for Azure auth (#65498)
* Update US Gov audience for Azure auth in Prometheus * Update China audience for Azure auth in Prometheus
This commit is contained in:
@@ -18,8 +18,8 @@ import (
|
||||
var (
|
||||
azurePrometheusScopes = map[string][]string{
|
||||
azsettings.AzurePublic: {"https://prometheus.monitor.azure.com/.default"},
|
||||
azsettings.AzureChina: {"https://prometheus.monitor.chinacloudapp.cn/.default"},
|
||||
azsettings.AzureUSGovernment: {"https://prometheus.monitor.usgovcloudapi.net/.default"},
|
||||
azsettings.AzureChina: {"https://prometheus.monitor.azure.cn/.default"},
|
||||
azsettings.AzureUSGovernment: {"https://prometheus.monitor.azure.us/.default"},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user