mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prometheus: Predefined scopes for Azure authentication (#49557)
* Predefined scopes for Azure Prometheus * Allow override of audience
This commit is contained in:
@@ -18,11 +18,6 @@ var (
|
||||
Description: "Disable envelope encryption (emergency only)",
|
||||
State: FeatureStateStable,
|
||||
},
|
||||
{
|
||||
Name: "httpclientprovider_azure_auth",
|
||||
Description: "Experimental. Allow datasources to configure Azure authentication directly via JsonData",
|
||||
State: FeatureStateBeta,
|
||||
},
|
||||
{
|
||||
Name: "serviceAccounts",
|
||||
Description: "support service accounts",
|
||||
@@ -100,6 +95,11 @@ var (
|
||||
Description: "Experimental. Azure authentication for Prometheus datasource",
|
||||
State: FeatureStateBeta,
|
||||
},
|
||||
{
|
||||
Name: "prometheusAzureOverrideAudience",
|
||||
Description: "Experimental. Allow override default AAD audience for Azure Prometheus endpoint",
|
||||
State: FeatureStateBeta,
|
||||
},
|
||||
{
|
||||
Name: "influxdbBackendMigration",
|
||||
Description: "Query InfluxDB InfluxQL without the proxy",
|
||||
|
||||
Reference in New Issue
Block a user