[Request] Provide Key Vault Secret Store Service in the IoT Operations SDK #1211
uriel-kluk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The IoT Operations SDK currently provides a StateStore service, which is extremely useful for building connectors that rely on distributed state. However, the SDK does not offer an equivalent secret store abstraction backed by Azure Key Vault.
Many connectors need to access securely:
Right now, each connector must interact directly with Azure Key Vault. This requires developers to handle:
This creates duplication and inconsistency across SDK‑based components.
Beta Was this translation helpful? Give feedback.
All reactions