Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pluggable auth in gremlin-python with HTTP #2731

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Conversation

xiazcy
Copy link
Contributor

@xiazcy xiazcy commented Aug 19, 2024

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=basic('stephen', 'password').

Local tests pass, will be updating the docker compose set-up as next step for integration tests.

@xiazcy xiazcy force-pushed the python-auth branch 2 times, most recently from 2e2b898 to 2468754 Compare August 28, 2024 06:06
@kenhuuu
Copy link
Contributor

kenhuuu commented Aug 28, 2024

VOTE +1

Copy link
Contributor

@Cole-Greer Cole-Greer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @xiazcy. LGTM

VOTE +1

@xiazcy
Copy link
Contributor Author

xiazcy commented Aug 28, 2024

VOTE +1. Thanks for all the reviews! I will merge this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants