mirror of https://github.com/docker/docs.git
Update Docker for AWS IAM Permission list
Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>
This commit is contained in:
parent
1f7c236b90
commit
1333b9d2cf
|
@ -156,6 +156,7 @@ follow the link for more information.
|
|||
"autoscaling:DescribeLifecycleHooks",
|
||||
"autoscaling:DescribeLoadBalancers",
|
||||
"autoscaling:DescribeScalingActivities",
|
||||
"autoscaling:DescribeScheduledActions",
|
||||
"autoscaling:DescribeTags",
|
||||
"autoscaling:DetachInstances",
|
||||
"autoscaling:DetachLoadBalancers",
|
||||
|
@ -320,6 +321,21 @@ follow the link for more information.
|
|||
"Resource": [
|
||||
"*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sid": "Stmt1487169681009",
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"lambda:CreateFunction",
|
||||
"lambda:DeleteFunction",
|
||||
"lambda:GetFunctionConfiguration",
|
||||
"lambda:InvokeFunction",
|
||||
"lambda:UpdateFunctionCode",
|
||||
"lambda:UpdateFunctionConfiguration"
|
||||
],
|
||||
"Resource": [
|
||||
"*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue