From 928f9516de9e583ec34ee7386b5d1c927641fa90 Mon Sep 17 00:00:00 2001 From: Reiner Gerecke Date: Sun, 28 Apr 2019 11:49:36 +0200 Subject: [PATCH] docs: explain correct access control model of GCS buckets (#16792) --- docs/sources/installation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index 5b05daec8d9..6d58d200c98 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -571,7 +571,7 @@ basic auth password Path to JSON key file associated with a Google service account to authenticate and authorize. Service Account keys can be created and downloaded from https://console.developers.google.com/permissions/serviceaccounts. -Service Account should have "Storage Object Writer" role. +Service Account should have "Storage Object Writer" role. The access control model of the bucket needs to be "Set object-level and bucket-level permissions". Grafana itself will make the images public readable. ### bucket name Bucket Name on Google Cloud Storage.