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

A SigV4 authentication client side plugin for the open-source DataStax NodeJS Driver for Apache Cassandra. Allows use of IAM users and roles.
Apache License 2.0
5 stars 16 forks source link

Fixes SessionToken problem #3

Closed bhouse99 closed 3 years ago

bhouse99 commented 3 years ago

This fixes a session token bug that was found in prod where temporary credentials would result in an invalid claims exception. This was due to missing a passing the session token to the calculation function test was amended to catch this.

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