From e8093cb11a09184a35c6ed80e746bb05e382d389 Mon Sep 17 00:00:00 2001 From: Michael Mandrus <41969079+mmandrus@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:37:41 -0400 Subject: [PATCH] Config: Add [aws][external_id] to ini files (#72026) add mention of aws external id to ini files --- conf/defaults.ini | 3 +++ conf/sample.ini | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/conf/defaults.ini b/conf/defaults.ini index d3782c4d17d..7192a981d4e 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -826,6 +826,9 @@ assume_role_enabled = true # Specify max no of pages to be returned by the ListMetricPages API list_metrics_page_limit = 500 +# Experimental, for use in Grafana Cloud only. Please do not set. +external_id = + #################################### Azure ############################### [azure] # Azure cloud environment where Grafana is hosted diff --git a/conf/sample.ini b/conf/sample.ini index 2f8a754b29a..1bd0519c0e0 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -775,6 +775,12 @@ # If true, assume role will be enabled for all AWS authentication providers that are specified in aws_auth_providers ; assume_role_enabled = true +# Specify max no of pages to be returned by the ListMetricPages API +; list_metrics_page_limit = 500 + +# Experimental, for use in Grafana Cloud only. Please do not set. +; external_id = + #################################### Azure ############################### [azure] # Azure cloud environment where Grafana is hosted