Config: Add [aws][external_id] to ini files (#72026)

add mention of aws external id to ini files
This commit is contained in:
Michael Mandrus
2023-07-20 10:37:41 -04:00
committed by GitHub
parent 78869fae7c
commit e8093cb11a
2 changed files with 9 additions and 0 deletions

View File

@@ -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

View File

@@ -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