dashboard-plugin
dashboard-plugin copied to clipboard
EnterpriseLogAccessIamRole specify in yml confi
HI, in my use case our IAM user have no permissions to create any role/policy so when i tried to switch to enterprise plugin deployment fails with:
API: iam:CreateRole User: arn:aws:iam::170605107983:user/****is not authorized to perform: iam:CreateRole on resource: arn:aws:iam::170605107983:role/myproj-EnterpriseLogAccessIamRole-1NLBZ45NXH9LS
Is there a way to deploy it without this role? Or maybe i can create this role manual and then just specify in sls.yml file?
Hi @Frikitrok I have added this into the teams backlog to triage
same issue... here
We have boundary policies around the majority of our roles. Creating roles is a limited function for a specific role. And I can't switch roles during the deploy. If I could specify a role that already had the needed log permissions, it would be helpful.
Has this been fixed yet? for me I may need to switch back to AWS SAM even though serverless is way better because I can't create roles, I don't have those permissions and need to be able to set in the yml or not use it at all.
My organization and I would benefit from this too