TIBCOSoftware / be-contribution

This repository is to add various contributions across different modules within TIBCO BusinessEvents. It will include contributions by TIBCO BusinessEvents team as well external users/customers/fields teams.
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

KinesisChannel - The AWS configurations should not be dependent on host machine. #111

Open rkhera-tibco opened 1 year ago

rkhera-tibco commented 1 year ago

Version Information

Software Version(s)
BusinessEvents 5.6.1
OS Type?
OS Version?

Description

Currently, the AWS profile setup has to be done on the host machine where the engines are supposed to be run. Since we already provide credentials and other information in the project itself, there should not be any need to configure the information in the machine. We should be able to run CDD and EAR from any machine without doing a profile setup.


<property-group comment="" name="kinesis">
<property name="tibco.clientVar.kinesis/access.key" type="String" value="xyxyxyxyxyxyxyyyyyy"/>
<property name="tibco.clientVar.kinesis/secret.key" type="String" value="xyzxyzyzyzyyzyzyzyzyzyzyzyzyzyz"/>
<property name="tibco.clientVar.kinesis/profile.name" type="String" value="test"/>
<property name="tibco.clientVar.kinesis/stream.name" type="String" value="StockTradeStream"/>
<property name="tibco.clientVar.kinesis/application.name" type="String" value="StockTradeProcessor"/>
<property name="tibco.clientVar.kinesis/region.name" type="String" value="us-east-1"/>
<property name="tibco.clientVar.kinesis/max.records" type="Integer" value="3"/>
</property-group>