最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

amazon eks - Cert-manager issues with eks says assume role access denied - Stack Overflow

programmeradmin2浏览0评论

error cleaning up challenge" err="error instantiating route53 challenge solver: unable to assume role: operation error STS: AssumeRole, https response error StatusCode: 403, RequestID: , api error AccessDenied: User

Have full permissions flux is working eks is working everying is working but I dont know where I am missing

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "route53:ChangeResourceRecordSets" ], "Resource": [ "arn:aws:route53:::hostedzone/" ] }, { "Effect": "Allow", "Action": [ "route53:ListHostedZones", "route53:ListResourceRecordSets", "route53:GetChange", "route53:ChangeResourceRecordSets" ], "Resource": [ "" ] }, { "Effect": "Allow", "Action": [ "sts:AssumeRole" ], "Resource": [ "arn:aws:iam::129362617394:role/external-dns-irsa-role" ] } ] } { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "route53:ChangeResourceRecordSets" ], "Resource": [ "arn:aws:route53:::hostedzone/" ] }, { "Effect": "Allow", "Action": [ "route53:ListHostedZones", "route53:ListResourceRecordSets", "route53:GetChange", "route53:ChangeResourceRecordSets" ], "Resource": [ "" ] }, { "Effect": "Allow", "Action": [ "sts:AssumeRole" ], "Resource": [ "arn:aws:iam::129362617394:role/external-dns-irsa-role" ] } ] }

发布评论

评论列表(0)

  1. 暂无评论