-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Azure EventHub Publisher with HMAC Authentication over HTTPS #432
base: develop
Are you sure you want to change the base?
Commits on Apr 14, 2022
-
Setup for HMAC authentication capabilities
@SRGDamia1, general HMAC functions could benefit all dataPublishers, so I am adding it to the dataPublisherBase. Does that make sense? Once I get general HMAC SHA256 tokens to work, I'll then be creating a new publisher for Azure EventHubs. AWS IoT has a similar endpoint, so this could be widely used.
2Configuration menu - View commit details
-
Copy full SHA for 0ca66e3 - Browse repository at this point
Copy the full SHA 0ca66e3View commit details
Commits on Apr 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b0da816 - Browse repository at this point
Copy the full SHA b0da816View commit details -
EventHubPublisher almost working
but still getting 504. Also, using SAS generated in Python for now.
Configuration menu - View commit details
-
Copy full SHA for 5de0fa7 - Browse repository at this point
Copy the full SHA 5de0fa7View commit details -
EventHubPublisher connecting; not quite there
Set Port to 443 for HTTPS, and now connecting! Still getting 504. After using postman, I had thought that the issue was related to Content-Length being wrong, but then I would have gotten a 411 response code. Tried Transfer-Encoding: chunked, but still 504 Tried adding [] around json, but still 504.
Configuration menu - View commit details
-
Copy full SHA for 03579d5 - Browse repository at this point
Copy the full SHA 03579d5View commit details
Commits on Apr 18, 2022
-
Event Hub cleanup & debugging; but not working!
I still can not get this to POST to Event Hub, even with a properly formatted POST Request (that works in Postman). It connects to the server, but gets no response even after 60 seconds. @SRGDamia1, can you help me figure out #441?
Configuration menu - View commit details
-
Copy full SHA for f9cfc08 - Browse repository at this point
Copy the full SHA f9cfc08View commit details
Commits on Apr 19, 2022
-
Add EventHub test w/ Digi radio; still not working
@GArrigotti-cws, @GArrigotti, I also added `platformio.ini` files that you can use for testing on your side. Connected to #411
Configuration menu - View commit details
-
Copy full SHA for 4b624c7 - Browse repository at this point
Copy the full SHA 4b624c7View commit details
Commits on May 3, 2022
-
EventHub working with
TinyGsmClientSecure
Commiting work from 4/20/22. The key was to use `TinyGsmClientSecure` rather than `TinyGsmClient` in src/modems/SIMComSIM7080.h
Configuration menu - View commit details
-
Copy full SHA for 8bc473c - Browse repository at this point
Copy the full SHA 8bc473cView commit details
Commits on May 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c7a89fb - Browse repository at this point
Copy the full SHA c7a89fbView commit details
Commits on Jun 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0f2e07c - Browse repository at this point
Copy the full SHA 0f2e07cView commit details
Commits on Jun 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a38c1ed - Browse repository at this point
Copy the full SHA a38c1edView commit details
Commits on Oct 6, 2022
-
Merge pull request #418 from EnviroDIY/RainVUE
Merge `RainVUE` into `develop`
Configuration menu - View commit details
-
Copy full SHA for 1082277 - Browse repository at this point
Copy the full SHA 1082277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cecc37 - Browse repository at this point
Copy the full SHA 5cecc37View commit details -
Merge pull request #419 from EnviroDIY/develop
Update `hmac_auth` from `develop`
Configuration menu - View commit details
-
Copy full SHA for da05a38 - Browse repository at this point
Copy the full SHA da05a38View commit details
Commits on Oct 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for db4be5f - Browse repository at this point
Copy the full SHA db4be5fView commit details
Commits on Mar 13, 2023
-
4
Configuration menu - View commit details
-
Copy full SHA for bf3afe2 - Browse repository at this point
Copy the full SHA bf3afe2View commit details
Commits on Mar 15, 2023
-
4
Configuration menu - View commit details
-
Copy full SHA for 03a9279 - Browse repository at this point
Copy the full SHA 03a9279View commit details
Commits on Mar 16, 2023
-
4
Configuration menu - View commit details
-
Copy full SHA for 2a9457c - Browse repository at this point
Copy the full SHA 2a9457cView commit details
Commits on Oct 12, 2023
-
4
Configuration menu - View commit details
-
Copy full SHA for 816c4e6 - Browse repository at this point
Copy the full SHA 816c4e6View commit details