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

Long term authentication #10

Open riyadhalnur opened 1 year ago

riyadhalnur commented 1 year ago

For use cases where temporary credentials are used when authentication with key spaces, this plugin will fail to work since there is not refresh mechanism.

One method to make this work is to use ChainedTemporaryCredentials which has the ability to refresh expired tokens.