Uh oh!
There was an error while loading. Please reload this page.
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. |
VictorD-Veolia
commented
May 7, 2021
@googlebot I signed it! |
bdmogal
commented
Jun 30, 2021
@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? |
VictorD-Veolia
commented
Aug 12, 2021
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. |
avirmani
commented
May 18, 2022
@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