mirror of
https://github.com/containous/traefik.git
synced 2025-08-24 09:49:31 +03:00
Fix IAM policy sid.
This commit is contained in:
committed by
Traefiker
parent
5157a6ad47
commit
a43cf8d2b8
@ -103,7 +103,7 @@ Træfik needs the following policy to read ECS information:
|
|||||||
"Version": "2012-10-17",
|
"Version": "2012-10-17",
|
||||||
"Statement": [
|
"Statement": [
|
||||||
{
|
{
|
||||||
"Sid": "Traefik ECS read access",
|
"Sid": "TraefikECSReadAccess",
|
||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Action": [
|
"Action": [
|
||||||
"ecs:ListClusters",
|
"ecs:ListClusters",
|
||||||
|
Reference in New Issue
Block a user