Skip to content

Instantly share code, notes, and snippets.

# username/password can be set in this file as per TinkerPop documentation, however it will be stored in plain text.
# prefer passing those arguments from the command line via -u and -p or by specifying them in
# .cassandra/gremlinshrc as shown below and then setting file permissions to prevent unauthorized access:
# -----------------------------
# [authentication]
username: cblah
password: blah
# -----------------------------
hosts: [192.168.21.6]
port: 8182