commit | 8445b494e3dfba22b83b21b7230c0dffeb47ef4f | [log] [tgz] |
---|---|---|
author | Marcin Czech <maczech@gmail.com> | Thu May 11 12:21:09 2023 +0200 |
committer | Marcin Czech <maczech@gmail.com> | Thu May 11 12:24:45 2023 +0200 |
tree | f67ee0e83f0c55b9dea42176ab5fd582005f941e | |
parent | 3b16d8b740618e155ed551cfa780cc45897b4048 [diff] |
Add AWS credentials profile name parameter Some Gerrit setups shares the AWS kinesis tables between AWS Regions, for example multi-site setup in multiple regions. For security reason access to the other regions should be limited to necessary services. Add configuration param which allows to specify AWS credentials profile to be used only by the events-aws-kinesis plugin when connecting to the Kinesis. This profile allows us to setup credentials or IAM Role with access to the Kinesis setup on the other region. Bug: Issue 16920 Change-Id: I64a1d945a113aae8c92443d9144dd3553fdb3a70
Provide producer and consumer of events streamed over AWS kinesis.
Information on how to build this plugin can be found here
Information on how to configure this plugin can be found here