sdk-golang
sdk-golang copied to clipboard
Ziti SDK for Golang
See https://openziti.discourse.group/t/troubles-with-using-the-golang-sdk/817 for details zping seems to have a high latency and possibly making two trips or two returns.
steps to reproduce: * enroll an identity with the C sdk - verify an `EC PRIVATE KEY` is generated * attempt to use this enrolled .json with the golang sdk...
Document Go SDK errors. Make SDK errors easier to distinguish by end users, using custom error types
When enrolling if a private key is supplied that has password protection, it is blindly used and the user receives an ANS1 error. Example Where test.key is password protected: ```...
If there are 4 MAC address-based posture checks it will submit 4 responses when only 1 is needed. This is true for all host static information (MAC, WIndows Domain, OS).
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...
There is a CVE in go-jose v2.6.0 Our project depends on openziti sdk-golang, so this dependency is included https://github.com/openziti/sdk-golang/blob/fb662f949bd0fbc6258f63ae5d963b2684f13958/go.mod#L89 Please see more details from the dependabot security adviosry https://github.com/edgexfoundry/device-sdk-go/security/dependabot/11 The...
Don't always select lowest latency router. Options 1. Select from routers that are within some delta of the lowest latency 2. Random weighted selection from N routers with lowest latency
ref: openziti/ziti-sdk-c#721 receiving of multipart message is implemented in #624