Cross-account pass role is not allowed #1849
Replies: 1 comment
-
Figured this out: I followed serverless/serverless#5048 and he pointed out some issues with the AWS SDK for js, which somehow ignores the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently running a setup where I have different AWS account under an AWS organization. Each sub-account has the IAM role
OrganizationAccountAccessRole
which grants permissions to the root account to perform operations.I am wondering how do I configure serverless.yml to make this work.
Current config:
I always receive the error: Cross-account pass role is not allowed.
Beta Was this translation helpful? Give feedback.
All reactions