Skip to content

Release 0.5.1

Compare
Choose a tag to compare
@sapessi sapessi released this 06 Jul 17:11
· 1262 commits to main since this release

This release addresses two issues:

  • Fixes support for Spark 2.5.3 - The issue was created by the Servlet Filter implementation included in 0.5. See issue #40
  • Fixes principal name for APIs configured with AWS_IAM auth - Changed the behavior of the getName method of a principal in the AwsProxySecurityContext to return the Cognito ID if present in the request, otherwise the user ARN. See issue #43