зеркало из
1
0
Форкнуть 0
Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Carter Tinney bc2575fb68
chore: Restructure testing directory for future testing (#1045) 2022-08-26 12:27:47 -07:00
Carter Tinney 4eb99d80d9
chore: Restructure repository for single project (#1030)
Moved from monorepo style project to src style project
2022-08-04 12:58:57 -07:00
Carter Tinney 2e7c3c1b1b
feature(azure-iot-device): Support for proxies in HTTPTransport (#930)
* Replaced the use of the HTTPSConnection client with the use of the requests library for HTTP operations in the Transport
* Enabled HTTP, SOCKS4 and SOCKS5 proxy support
* Fixed an issue where Content-Length header was not formatted as a string
* Added model-level validation for proxy type on ProxyOptions
2022-02-07 11:05:25 -08:00
Carter Tinney b0e82bcb25
fix(azure-iot-device): Fixed .update_sastoken() to reauthorize connection (#701)
- .update_sastoken() will now issue a reauthorization on the pipeline
- because there is now I/O, on the async clients, .update_sastoken() is now a coroutine instead of a method
2020-11-04 14:49:01 -08:00
Carter Tinney 73cace6c44
feature(azure-iot-device): Support for user-provided SAS Tokens (#692)
* Refactored SasToken class into RenewableSasToken
* Added a new type of SasToken class - NonRenewableSasToken
* Modified the SasTokenRenewalStage to only renew RenewableSasTokens
* Added a .create_from_sastoken() API that creates NonRenewableSasTokens from a user's SAS string
* Added a .update_sastoken() API that allows a user to provide a new SAS string, that is used to create a new NonRenewableSasToken
2020-10-19 16:41:36 -07:00
Carter Tinney fd27e8cd24
refactor(azure-iot-device): Auth Revisions (#555)
- Removed auth providers and refactored entire auth flow 
- Unified auth between provisioning and hub clients
- Refactored pipeline to store configuration details on the root
- Refactored translation tests to move to new infrastructure
- Removed all code no longer necessary due to these changes
2020-05-27 11:09:57 -07:00
olivakar 4409e0c79b
Set up CredScanner, PolyCheck for SDL Tasks with Azure Pipelines (#321)
Set up CredScanner, PolyCheck for SDL Tasks with Azure Pipelines
2019-09-24 13:17:18 -07:00