Replies: 1 comment
-
This isn't really a bug report but a request for assistance in debugging an account's permissions setup. That's not what GitHub issues are for, I'm converting this to a discussion and hope someone else will be able to assist you there. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Hello there,
Im receiving an error when I try to deploy a CDK template using python. The message says "XXX is not authorized to perform AssumeRole on role XXXXX (Service: AWSCodePipeline Error Code: InvalidStructureException) (module name): (short issue description)"
Im not using a constructor for the core CodePipeline but im using the examples from the documentation:
`
from aws_cdk.pipelines import CodePipeline, ShellStep, CodePipelineSource, ManualApprovalStep
Creating a pipeline with a manual approval step.
If I try to deploy the same package on another account all is OK
Expected Behavior
I expect to be able to deploy the base pipeline
Current Behavior
Im receiving an error when I try to deploy a CDK template using python. The message says "XXX is not authorized to perform AssumeRole on role XXXXX (Service: AWSCodePipeline Error Code: InvalidStructureException) (module name): (short issue description)"
Reproduction Steps
`
from aws_cdk.pipelines import CodePipeline, ShellStep, CodePipelineSource, ManualApprovalStep
Creating a pipeline with a manual approval step.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.18.0
Framework Version
No response
Node.js Version
12.22.8
OS
Windows
Language
Python
Language Version
No response
Other information
No response
Beta Was this translation helpful? Give feedback.
All reactions