Re: Kinesis Connectors - With Temporary Credentials

2018-01-11 Thread Tzu-Li (Gordon) Tai
Ah, I see. Temporary Credentials are delegated through the AWS Security Token Service through the AssumeRole API. Sorry, I wasn’t knowledgable of the Temporary Credentials feature before. Seems like we should add support for the STSAssumeRoleSessionCredentialsProvider [1]. And yes, your observat

Re: Kinesis Connectors - With Temporary Credentials

2018-01-11 Thread sreenath kodedala
No, they are not but we can definitely look into that. If no, is there a workaround to implement or customize AWS Utils? Thank you > On Jan 11, 2018, at 6:41 PM, Tzu-Li (Gordon) Tai wrote: > > Hi Sree, > > Are Temporary Credentials automatically shipped with AWS EC2 instances when > delegate

Re: Kinesis Connectors - With Temporary Credentials

2018-01-11 Thread Tzu-Li (Gordon) Tai
Hi Sree, Are Temporary Credentials automatically shipped with AWS EC2 instances when delegated to the role? If yes, you should be able to just configure the properties so that the Kinesis consumer automatically fetches credentials from the AWS instance. To do that, simply do not provide the Acce

Kinesis Connectors - With Temporary Credentials

2018-01-11 Thread sreenath kodedala
> > Hi, > > According to my understanding, Kinesis Connector requires Access Key and > Secret Key to connect. > > Is it possible or any work around to use Temporary Credentials from AWS to > use in Kinesis Connector? > We have scenario where we are trying to access cross-account Stream and we