-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 1.4.0
-
Fix Version/s: 1.5.0
-
Component/s: None
-
Labels:
-
Story Points:5
-
Epic Link:
-
Sprint:Falcon Sprint #2 (1/25 - 2/12)
As a driver or provider developer, I would like to have access to device keys/credentials so that I can securely communicate with a device.
Implementation Notes:
- Define DeviceKey abstraction as a representation of various forms/types of keys, e.g. community name, user/password, SSL cert
- Define DeviceKeyService as a facade for querying inventory of device keys
- Define DeviceKeyAdminService as a facade for managing inventory of device keys
- Implement DeviceKeyManager
- Implement distribution & persistence using consistent map with relaxed read consistency
GUI, CLI & REST API aspects will be covered by separate user story(ies)