Closed li-wang2 closed 4 months ago
Here is the PR to fix it, it will needs a maintainer review/merge/publish : https://github.com/aws/aws-msk-iam-auth/pull/166
Here is the PR to fix it, it will needs a maintainer review/merge/publish : #166
Great, thanks a lot!
Is this issue a regression? Is there any older version of aws-msk-iam-auth
where it was working? We are currently stuck because of this. Any workarounds are appreciated.
Is this issue a regression? Is there any older version of
aws-msk-iam-auth
where it was working? We are currently stuck because of this. Any workarounds are appreciated.
@kamlakant Yes, it is coming from SDK V2 migration, with 2.0.x you should not have the problem
I´m having this problem with Amazon MSK when using the software.amazon.msk.auth.iam.IAMClientCallbackHandler someone could help on this?
I´m having this problem with Amazon MSK when using the software.amazon.msk.auth.iam.IAMClientCallbackHandler someone could help on this?
@tjmatosplanet You can use the 2.0.x instead of 2.1.x until a maintainer publish the fix
Any news here?
@NikolayMetchev The fix is included inside the last version (2.2.0), the problem should be no more here.
@sidyag I think you can close the issue
Closing the issue as it's been fixed in 2.2.0.
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Hi team,
I got the following error when connecting Kafka with IAM authentication by using version 2.1.0
I used the below config for the connection :-
It looks like if
awsStsRegion
not equal toaws-global
, will create the override endpoint withURI.create("sts." + stsRegion + ".amazonaws.com")
, and this will cause the NullPointException at at software.amazon.awssdk.utils.Validate.paramNotNull(Validate.java:156) because the override endpoint have nohttps://
prefix.Could someone please help to look at this issue?