mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add minimal permission
This commit is contained in:
parent
4ee79faff4
commit
cb2a03a08c
@ -60,7 +60,8 @@ Here is a minimal policy example:
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"cloudwatch:ListMetrics",
|
||||
"cloudwatch:GetMetricStatistics"
|
||||
"cloudwatch:GetMetricStatistics",
|
||||
"cloudwatch:GetMetricData"
|
||||
],
|
||||
"Resource": "*"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user