Skip to content

Commit

Permalink
Updated README.md once more to add comment(s) about policies the role…
Browse files Browse the repository at this point in the history
… should include.
  • Loading branch information
seananthonywilliams committed Jul 15, 2019
1 parent 62cd270 commit 234e1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A sink connector configuration has two required fields:
* `topics`: The Kafka topic to be read from.

### AWS Assume Role Support options
The connector can assume a role:
The connector can assume an IAM Role. The role must include a policy that allows lambda:InvokeFunction and lambda:InvokeAsync actions:
* `lambda.credentials.provider.class=com.nordstrom.kafka.connect.auth.AWSAssumeRoleCredentialsProvider`: REQUIRED The credentials provider class.
* `lambda.credentials.provider.role.arn`: REQUIRED AWS Role ARN providing the access.
* `lambda.credentials.provider.session.name`: REQUIRED Session name
Expand Down

0 comments on commit 234e1ec

Please sign in to comment.