Closed pcojocar closed 4 years ago
@pcojocar - There is no support of sessionToken so far. It would be great if you can add a PR for the same.
@itsvikramagr But there is, I see it in the code:
Do you have some regression testing to run, to check if it hasn't been invalidated?
@pcojocar - my bad. I missed the changes made by @guoming-xu
https://github.com/qubole/kinesis-sql/commit/057150a67240590b591016a768326ae2830fcf17
How are you using the connector? The above change is not released to the maven yet.
Have you pulled the latest master branch and build the jar to use it? Are we still see the same issue with latest master?
@itsvikramagr I am using version 1.1.3 from maven. Oh, then that is the problem. Thanks.
Do we know when this will be released to maven?
I will build and test with the master branch as well.
Yeah, works well with the 1.1.4 snapshot. I will close the issue.
I want to connect to a Kinesis stream using AWS credentials that have a session token as well, as they are secured with MFA. Unfortunately, this does not work.
Gives the error:
Help on this is much appreciated.