mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-07 06:22:17 -04:00
extend permissions to allow logging (#461)
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
69644add5d
commit
cf36b85ff9
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,7 @@ resource "aws_iam_policy" "control_plane_policy" {
|
|||
"logs:DescribeLogGroups",
|
||||
"logs:ListTagsLogGroup",
|
||||
"logs:CreateLogStream",
|
||||
"logs:PutLogEvents",
|
||||
"tag:GetResources",
|
||||
"ec2:DescribeImages"
|
||||
],
|
||||
|
@ -173,6 +174,7 @@ resource "aws_iam_policy" "worker_node_policy" {
|
|||
"logs:DescribeLogGroups",
|
||||
"logs:ListTagsLogGroup",
|
||||
"logs:CreateLogStream",
|
||||
"logs:PutLogEvents",
|
||||
"tag:GetResources",
|
||||
"ec2:DescribeImages"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue