-
Notifications
You must be signed in to change notification settings - Fork 29
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 Hawk Authentication for sources #57
base: develop
Are you sure you want to change the base?
Add Hawk Authentication for sources #57
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
@VictorD-Veolia thanks for the PR. Could you share a short document describing the use case for this, since I'm not familiar with HAWK? |
Hi @bdmogal, HAWK is an HTTP authentication scheme providing mechanisms for making authenticated HTTP requests with partial cryptographic verification of the request and response, covering the HTTP method, request URI, host, and optionally the request payload. Some teams may prefer HAWK authentication over Oauth2 for their APIs as a more secure option when additional verification must be done on requests and responses. |
@VictorD-Veolia - is there a small 1-pager that you can share to explain this a bit more, pls? Also, we should look at adding some unit tests here? |
Integration of HAWK authentication for HTTP sources