Added docs for IAM roles and new target auth specs#332
Conversation
|
@tzununbekov I though I'd add examples for IAM roles in the component docs. |
All correct, SNS source doesn't have IAM role support in the adapter - not sure why though, maybe there is some technical constraints that would not allow that. |
| Alternatively you can use an IAM role for authentication instead of an access key and secret (Amazon EKS only): | ||
|
|
||
| ```yaml | ||
| auth: | ||
| iamrole: arn:aws:iam::123456789012:role/foo | ||
| ``` | ||
|
|
There was a problem hiding this comment.
Not sure if we already have it somewhere, but do you think it worth putting the link to official doc about IAM roles support for SA (link)?
Asking because this one-liner hides a lot of configuration that have to be done by user on AWS side, leaving the impression that having any IAM role there is enough.
|
Created an issue to track IAM support for AWSSNS source triggermesh/triggermesh#1265 |
No description provided.