; Thanks,
>
> Danny
>
>
>
> *From: *Avi Levi
> *Date: *Wednesday, 16 December 2020 at 08:09
> *To: *Robert Metzger
> *Cc: *user
> *Subject: *RE: [EXTERNAL] Connecting to kinesis with mfa
>
>
>
> *CAUTION*: This email originated from outside of th
ou have any issues.
Thanks,
Danny
From: Avi Levi
Date: Wednesday, 16 December 2020 at 08:09
To: Robert Metzger
Cc: user
Subject: RE: [EXTERNAL] Connecting to kinesis with mfa
CAUTION: This email originated from outside of the organization. Do not click
links or open attachments unless
Thanks Robert, I actually tried all of the above but got to the same
unfortunate result
On Wed, Dec 16, 2020 at 8:24 AM Robert Metzger wrote:
> Hey Avi,
>
> Maybe providing secret/access key + session token doesn't work, and you
> need to provide either one of them?
>
> https://docs.aws.amazon.c
Hey Avi,
Maybe providing secret/access key + session token doesn't work, and you
need to provide either one of them?
https://docs.aws.amazon.com/credref/latest/refdocs/setting-global-aws_session_token.html
I'll also ping some AWS contributors active in Flink to take a look at this.
Best,
Robert
Hi guys,
we are struggling to connect to kinesis when mfa is activated. I did
configured everything according to the documentation but still getting
exception :
val producerConfig = new Properties()
producerConfig.put(AWSConfigConstants.AWS_REGION, awsRegion)
producerConfig.put(AWSConfigConstants