amazon-neptune-gremlin-java-sigv4 icon indicating copy to clipboard operation
amazon-neptune-gremlin-java-sigv4 copied to clipboard

A Gremlin client for Amazon Neptune that includes AWS Signature Version 4 signing.

Results 8 amazon-neptune-gremlin-java-sigv4 issues
Sort by recently updated
recently updated
newest added

I'm trying to configure IRSA ([IAM Roles](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html)) when using neptune-gremlin, but without success. I have created an IAM policy, attached this policy to a role and this role is also...

When IAM authentication is incorrectly configured (wrong access key or secret access key), the error message that a user receives in TinkerPop isn't very helpful. I have documented this in...

If i enable iam authentication to neptune , its timing out with exception . I followed the https://github.com/aws/amazon-neptune-gremlin-java-sigv4/blob/master/src/main/java/com/amazon/neptune/gremlin/driver/example/NeptuneGremlinSigV4Example.java same example Here is the full log Successfully loaded SigV4 properties from...

Hi, the repo https://github.com/aws/amazon-neptune-gremlin-java-sigv4.git is to connect the gremlin console to a neptune from an ec2(amazon linux ) is it possible from an ec2 with ubuntu?

question

Really trying to find how to connect in Amazon Neptune from an AWS Lambda outside the VPC, we created a network balancer but can't seem to find a way to...

I cannot connect to AWS Neptune from my java-based lambda using sigv4. It is the same exception as reported in issue #25, although I'm using higher version numbers (shown at...

It would be nice to have this library support [LBAwareSigV4WebSocketChannelizer.java ](https://github.com/aws-samples/amazon-neptune-samples/tree/ee397495047670c6b8ccb2acc6320f1f7509bd39/gremlin/gremlin-java-client-demo/src/main/java/org/apache/tinkerpop/gremlin/driver).

Currently, the code only looks for SERVICE_REGION and fails if it is not found, in AWS Lambda, the environment variable 'AWS_REGION' is prepopulated by default and can be used. https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html