edgexfoundry / device-coap-c

EdgeX device service for CoAP-based REST protocol
Apache License 2.0
3 stars 18 forks source link

Use SecretProvider mechanism for PSK storage #33

Closed iain-anderson closed 2 years ago

iain-anderson commented 2 years ago

When in PSK mode the key should be retrieved using the secret provider mechanism so that in secure mode it can be in Vault. For compatibility purposes, fall back to obtaining the key from configuration.

iain-anderson commented 2 years ago

closed #34