AWS Datasources: add toggle for http proxy (#113777)
This commit is contained in:
@@ -1226,4 +1226,9 @@ export interface FeatureToggles {
|
||||
* @default false
|
||||
*/
|
||||
kubernetesAnnotations?: boolean;
|
||||
/**
|
||||
* Enables http proxy settings for aws datasources
|
||||
* @default false
|
||||
*/
|
||||
awsDatasourcesHttpProxy?: boolean;
|
||||
}
|
||||
|
||||
@@ -2126,6 +2126,13 @@ var (
|
||||
Owner: grafanaBackendServicesSquad,
|
||||
Expression: "false",
|
||||
},
|
||||
{
|
||||
Name: "awsDatasourcesHttpProxy",
|
||||
Description: "Enables http proxy settings for aws datasources",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: awsDatasourcesSquad,
|
||||
Expression: "false",
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@@ -273,3 +273,4 @@ panelTimeSettings,experimental,@grafana/dashboards-squad,false,false,false
|
||||
dashboardTemplates,experimental,@grafana/sharing-squad,false,false,false
|
||||
grafanaAdvisorAppInstaller,experimental,@grafana/plugins-platform-backend,false,false,false
|
||||
kubernetesAnnotations,experimental,@grafana/grafana-backend-services-squad,false,false,false
|
||||
awsDatasourcesHttpProxy,experimental,@grafana/aws-datasources,false,false,false
|
||||
|
||||
|
Generated
+4
@@ -1101,4 +1101,8 @@ const (
|
||||
// FlagKubernetesAnnotations
|
||||
// Enables app platform API for annotations
|
||||
FlagKubernetesAnnotations = "kubernetesAnnotations"
|
||||
|
||||
// FlagAwsDatasourcesHttpProxy
|
||||
// Enables http proxy settings for aws datasources
|
||||
FlagAwsDatasourcesHttpProxy = "awsDatasourcesHttpProxy"
|
||||
)
|
||||
|
||||
@@ -762,6 +762,22 @@
|
||||
"expression": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "awsDatasourcesHttpProxy",
|
||||
"resourceVersion": "1762964349996",
|
||||
"creationTimestamp": "2025-11-12T16:15:47Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-11-12 16:19:09.996919 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables http proxy settings for aws datasources",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/aws-datasources",
|
||||
"expression": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "awsDatasourcesTempCredentials",
|
||||
|
||||
Reference in New Issue
Block a user