Add Hawk Authentication for sources#57
Add Hawk Authentication for sources#57VictorD-Veolia wants to merge 3 commits intodata-integrations:developfrom
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