mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 18:12:32 +08:00
add minimal permission
This commit is contained in:
@ -60,7 +60,8 @@ Here is a minimal policy example:
|
|||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Action": [
|
"Action": [
|
||||||
"cloudwatch:ListMetrics",
|
"cloudwatch:ListMetrics",
|
||||||
"cloudwatch:GetMetricStatistics"
|
"cloudwatch:GetMetricStatistics",
|
||||||
|
"cloudwatch:GetMetricData"
|
||||||
],
|
],
|
||||||
"Resource": "*"
|
"Resource": "*"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user