Skip to content

Commit

Permalink
Updated iam-auth-proxy README
Browse files Browse the repository at this point in the history
  • Loading branch information
hamstah committed Jun 26, 2018
1 parent 9692ac6 commit c4210b5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions iam/auth-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You want to use IAM as your identity provider for a service as you already use I

## Comparison to other AWS Solutions

* Cognito: Cognito let's you use give IAM access to Cognito users but uses its own pool of users
* Cognito: Cognito lets you use give IAM access to Cognito users but uses its own pool of users, it's the opposite
* AWS SSO: Is not globally available

# Authentication Flow
Expand Down Expand Up @@ -176,16 +176,16 @@ You need to add a trust relationship between the KMS key in the central account
}
```
* User policy
```
{
"Sid": "UserCanEncrypt",
"Effect": "Allow",
"Action": [
"kms:Encrypt"
],
"Resource": "<key arn>"
}
```
```
{
"Sid": "UserCanEncrypt",
"Effect": "Allow",
"Action": [
"kms:Encrypt"
],
"Resource": "<key arn>"
}
```

## STS

Expand Down

0 comments on commit c4210b5

Please sign in to comment.