xiazcy opened a new pull request, #2731:
URL: https://github.com/apache/tinkerpop/pull/2731
Referencing the Java driver, added an interface for authentication with
HTTP, with basic and SigV4 auth as reference implementations. e.g.
`username='stephen', password='password'` is replaced by
`auth=Auth.basic('stephen', 'password')`.
Local tests pass, will be updating the docker compose set-up as next step
for integration tests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]