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.

PolicyPrincipal assumeRoleAction should support multiple actions

See original GitHub issue

currently, assumeRoleAction for PolicyPrincipals in the iam package doesn’t support multiple actions and is defined as a string. Some orgs require assumeRole and assumeRoleWithSAML and this currently isn’t possible. This type should support string | Array<string>

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
miekassucommented, Oct 20, 2021

still relevant

0reactions
github-actions[bot]commented, Dec 16, 2021

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

Read more comments on GitHub >

github_iconTop Results From Across the Web

aws-cdk/aws-iam module - AWS Documentation
This interface is implemented by IAM principlal resources (groups, users and roles) and resources that assume a role such as a Lambda function,...
Read more >
IAM Principal Examples in AWS CDK - Complete Guide
A principal is an IAM entity that can assume a role and take on its associated permissions. Principals can be: an AWS service;...
Read more >
AWS CDK: How to create an IAM role that can be assumed by ...
This can be done using CompositePrincipal: lambda_role = iam.Role( self, "lambda_redirect_role", assumed_by=iam.CompositePrincipal( iam.
Read more >
@aws-cdk/aws-iam - npm
This will automatically create and attach an IAM policy to the role: ... and a set of optional conditions and the assume role...
Read more >
IAM: What happens when you assume a role? - tecRacer
One of the many items on the list of AWS security best practices is ... An IAM group is not a principal and...
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