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

Long term authentication

Opened this issue · 0 comments

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.