logstash-plugins / logstash-integration-aws

Apache License 2.0
7 stars 17 forks source link

[Docs] assume_role support needs to be documented across multiple plugins #4

Open robbavey opened 5 years ago

robbavey commented 5 years ago

https://github.com/logstash-plugins/logstash-mixin-aws/pull/27 was introduced earlier this year, which gave the ability for AWS plugins that use the AWS mixin library to support assuming roles.

This is however, not documented anywhere, and there are some pitfalls that users can easily fall into when attempting to use the feature. The feature should be documented in each of the plugins that support it:

It is also used in this plugin, which is currently undocumented (issue)

cc @karenzone (If you would rather move this issue elsewhere for better visibility, be my guest)

karenzone commented 5 years ago

Note to self: AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. (https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html)