aws / amazon-neptune-gremlin-java-sigv4

A Gremlin client for Amazon Neptune that includes AWS Signature Version 4 signing.
Apache License 2.0
27 stars 17 forks source link

adding enable ssl option #21

Closed jamesrender50 closed 4 years ago

jamesrender50 commented 4 years ago

Issue #, if available:

I was unable to connect to an iam enabled Neptune graph using the latest version of the graph database - 1.0.2.2.R1. I was following the instructions in the documentation linked in this project;s readme. Once I enabled ssl in the connection properties of the gremlin console conf file for neptune-remote.yaml it started working. I have submitted a documentation change request.

Description of changes:

New optional option of whether to turn on Ssl for the connection to Neptune. Defaults to false so no behaviour changes if callers follow the current documentation.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.