You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading to 1.0.38, the following exception occurs:
aws.smithy.kotlin.runtime.auth.awssigning.UnsupportedSigningAlgorithmException: SIGV4_ASYMMETRIC support is not yet implemented for the default signer.
1.0.37 works fine.
Expected behavior
The exception should not be thrown.
Current behavior
Calls with the EventBridge client are failing. Others may be as well.
Steps to Reproduce
Update AWS KT dependency to 1.0.38 or greater. Make an API call.
Possible Solution
No response
Context
No response
AWS Kotlin SDK version used
1.0.38
Platform (JVM/JS/Native)
JVM
Operating System and version
Lambda Java 17
The text was updated successfully, but these errors were encountered:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
When upgrading to 1.0.38, the following exception occurs:
aws.smithy.kotlin.runtime.auth.awssigning.UnsupportedSigningAlgorithmException: SIGV4_ASYMMETRIC support is not yet implemented for the default signer.
1.0.37 works fine.
Expected behavior
The exception should not be thrown.
Current behavior
Calls with the EventBridge client are failing. Others may be as well.
Steps to Reproduce
Update AWS KT dependency to 1.0.38 or greater. Make an API call.
Possible Solution
No response
Context
No response
AWS Kotlin SDK version used
1.0.38
Platform (JVM/JS/Native)
JVM
Operating System and version
Lambda Java 17
The text was updated successfully, but these errors were encountered: