Files
dsk-iac/kubespray/contrib/aws_iam/kubernetes-master-role.json
havelight-ee 4c32a7239d update
2023-05-30 14:44:26 +09:00

11 lines
176 B
JSON

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": { "Service": "ec2.amazonaws.com"},
"Action": "sts:AssumeRole"
}
]
}