question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

(CDK Pipelines): allow passing a Role to `CodePipeline`

See original GitHub issue

Description

Because of https://github.com/aws/aws-cdk/issues/16244, customers have to sometimes create a Role manually and control its permissions.

We should make that easy in CodePipeline.

Use Case

See above.

Proposed Solution

Add a new property role to the CodePipeline construct.

Other information

No response

Acknowledge

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:2
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ac259commented, Oct 23, 2022

@skinny85 thank you so much - I was on an earlier version of the library. Was able to get it to work!

1reaction
skinny85commented, Oct 23, 2022

I’m asking about the libraries, though; not the CDK CLI version. You’ll find their version in the requirements.txt (or just execute pip list). The libraries determine whether you have access to this feature or not.

It was released in version 2.35.0, so you need your libraries to be at least at that version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Continuous integration and delivery (CI/CD) using CDK ...
CDK Pipelines is a construct library module for painless continuous delivery of AWS CDK applications. Whenever you check your AWS CDK app's source...
Read more >
Cannot assume role by code pipeline on code pipeline action ...
The user that I am using has enough permission to access and use the code pipeline. My problem is, AWS CDK generates a...
Read more >
@aws-cdk/pipelines - npm
Give the CDK Pipelines way of doing things a shot first: you might find it does ... The following example creates a CodePipeline...
Read more >
CI/CD With AWS CodePipeline - Level Up Coding
You can automate the entire build, test and deployment processes of your CDK application when committing a change to the code base (You...
Read more >
AWS CodePipeline (CI / CD) Tutorial with CDK - YouTube
CodePipeline is a popular Continuous Integration (CI) and Continuous Delivery ... In this tutorial, I show you how to setup a CI /...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found