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

Introduces SigV4 NodeJS DataStax Cassandra plugin #1

Closed bhouse99 closed 3 years ago

bhouse99 commented 3 years ago

This introduces SigV4 support for Cassandra NodeJS in the form of an NPM module. This allows user to be able to use AWS Credentials to communicate with Amazon Keyspaces using SigV4 protocol, at this stage for the ddb workbench.

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

bhouse99 commented 3 years ago

This introduces SigV4 support for Cassandra NodeJS in the form of an NPM module. This allows user to be able to use AWS Credentials to communicate with Amazon Keyspaces using SigV4 protocol, at this stage for the ddb workbench.