AWS grafana documentation change
Summary
Removed section about HTTP proxy configuration
Security assessment
The change removes proxy configuration details but does not indicate any security-related reason for the removal
Diff
diff --git a/grafana/latest/userguide/grafana-enterprise-servicenow-datasource.md index a47aafec1..24bb0bb72 100644 --- a/grafana/latest/userguide/grafana-enterprise-servicenow-datasource.md +++ b/grafana/latest/userguide/grafana-enterprise-servicenow-datasource.md @@ -301,19 +300,0 @@ This action requires that the ServiceNow data source user has permissions for wr -### Using an HTTP proxy - -When using an HTTP proxy, Amazon Managed Grafana will need the following environment variable(s) set to the location of the proxy: - - * `HTTP_PROXY` (or `http_proxy`) - - * Full path - `http://host:port` - - * or just: `host:port` - - * `HTTPS_PROXY` (or `https_proxy`): - - * Full path - `https://host:port` - - * or just: `host:port` - - - -