Actions: Infinity authentication (#109493)

This commit is contained in:
Adela Almasan
2025-09-03 20:56:30 -05:00
committed by GitHub
parent 936406bfe9
commit 4f70b93ca6
31 changed files with 922 additions and 193 deletions
+9
View File
@@ -1060,6 +1060,15 @@ var (
Owner: grafanaDashboardsSquad,
Expression: "true", // enabled by default
},
{
Name: "vizActionsAuth",
Description: "Allows authenticated API calls in actions",
Stage: FeatureStagePublicPreview,
Owner: grafanaDatavizSquad,
FrontendOnly: true,
HideFromAdminPage: true,
HideFromDocs: true,
},
{
Name: "alertingPrometheusRulesPrimary",
Description: "Uses Prometheus rules as the primary source of truth for ruler-enabled data sources",
+1
View File
@@ -137,6 +137,7 @@ prometheusAzureOverrideAudience,deprecated,@grafana/partner-datasources,false,fa
alertingFilterV2,experimental,@grafana/alerting-squad,false,false,false
dataplaneAggregator,experimental,@grafana/grafana-app-platform-squad,false,true,false
newFiltersUI,GA,@grafana/dashboards-squad,false,false,false
vizActionsAuth,preview,@grafana/dataviz-squad,false,false,true
alertingPrometheusRulesPrimary,experimental,@grafana/alerting-squad,false,false,true
exploreLogsShardSplitting,experimental,@grafana/observability-logs,false,false,true
exploreLogsAggregatedMetrics,experimental,@grafana/observability-logs,false,false,true
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
137 alertingFilterV2 experimental @grafana/alerting-squad false false false
138 dataplaneAggregator experimental @grafana/grafana-app-platform-squad false true false
139 newFiltersUI GA @grafana/dashboards-squad false false false
140 vizActionsAuth preview @grafana/dataviz-squad false false true
141 alertingPrometheusRulesPrimary experimental @grafana/alerting-squad false false true
142 exploreLogsShardSplitting experimental @grafana/observability-logs false false true
143 exploreLogsAggregatedMetrics experimental @grafana/observability-logs false false true
+4
View File
@@ -559,6 +559,10 @@ const (
// Enables new combobox style UI for the Ad hoc filters variable in scenes architecture
FlagNewFiltersUI = "newFiltersUI"
// FlagVizActionsAuth
// Allows authenticated API calls in actions
FlagVizActionsAuth = "vizActionsAuth"
// FlagAlertingPrometheusRulesPrimary
// Uses Prometheus rules as the primary source of truth for ruler-enabled data sources
FlagAlertingPrometheusRulesPrimary = "alertingPrometheusRulesPrimary"
+18
View File
@@ -3536,6 +3536,24 @@
"expression": "true"
}
},
{
"metadata": {
"name": "vizActionsAuth",
"resourceVersion": "1756904995830",
"creationTimestamp": "2025-08-08T18:59:18Z",
"annotations": {
"grafana.app/updatedTimestamp": "2025-09-03 13:09:55.830412 +0000 UTC"
}
},
"spec": {
"description": "Allows authenticated API calls in actions",
"stage": "preview",
"codeowner": "@grafana/dataviz-squad",
"frontend": true,
"hideFromAdminPage": true,
"hideFromDocs": true
}
},
{
"metadata": {
"name": "zanzana",