aws / aws-sigv4-auth-cassandra-java-driver-plugin

A SigV4 authentication plugin for the open-source DataStax Java Driver for Apache Cassandra. Allows use of AWS IAM users and roles for direct authentication.
Apache License 2.0
13 stars 14 forks source link

Fix region case mismatch #21

Closed dchenbec closed 3 years ago

dchenbec commented 3 years ago

Issue #, if available:

Bug found during testing, so no issue raised

Description of changes:

Ensure that the region passed in is lowercase, since that's what the SigV4 signing mechanism requires. Also clean up POM plugins to remove the license formatter.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.