cloudtools / cloudtools/awacs

How to create a composite principal?

Open
#271 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
393
Forks
98
PR merge metrics
No merged PRs in 30d

Description

Is there a way I can create a principal that looks like this?

```
{
"Sid": "Statement1",
"Effect": "Allow",
"Principal": {
"AWS": [
"xxxxxxxxx",
"xxxxxxxx"
],
"Service": "xxx.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.