Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge branch 'feature/aws-lambda-func-auth' of https://github.com/Nik…
Browse files Browse the repository at this point in the history
…e-Inc/cerberus-java-client into feature/aws-lambda-func-auth
  • Loading branch information
Neil Fairweather committed Nov 28, 2016
2 parents dd8f950 + 293ecb0 commit 768291b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ with Cerberus and obtain a token.

The IAM role must be configured for access to Cerberus before this will work.

The following policy statement must also be assigned to the IAM role:
The following policy statement must also be assigned to the IAM role, so that the client can automatically decrypt the auth token from the Cerberus IAM auth endpoint:

``` json
{
Expand All @@ -67,7 +67,7 @@ The following policy statement must also be assigned to the IAM role:

#### Prerequisites

The IAM role assigned to the Lambda function must contain the following policy statement:
The IAM role assigned to the Lambda function must contain the following policy statement in addition to the above KMS decrypt policy, this is so the Lambda can look up its metadata to automatically authenticate with the Cerberus IAM auth endpoint:

``` json
{
Expand Down

0 comments on commit 768291b

Please sign in to comment.