Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Device Layer: Generate Operational Device Credentials #461

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emargolis
Copy link
Contributor

Added Operational Device Credentials Generation Function for the Weave Device Layer.

-- If needed, this function should be called early during Weave stack initialization
to provision device with initial set of operational credentials.
-- In a special case, when device doesn't have operational credentials but it is already
paired to account, a flag will be set that manufacturer-assigned credentials should
be used as operational credentials.

@emargolis emargolis force-pushed the feature/emargolis/device-layer-generate-operational-credential branch from d6d48a6 to 52f0c17 Compare February 14, 2020 22:07
…e Device Layer.

  -- If needed, this function is called early during Weave stack initialization
     to provision device with initial set of operational credentials.
  -- In a special case, when device doesn't have operational credentials but it is already
     paired to account, a flag will be set that manufacturer-assigned credentials should
     be used as operational credentials.
@emargolis emargolis force-pushed the feature/emargolis/device-layer-generate-operational-credential branch from 52f0c17 to 7f72212 Compare May 14, 2020 08:53
@codecov-io
Copy link

codecov-io commented May 14, 2020

Codecov Report

Merging #461 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #461   +/-   ##
=======================================
  Coverage   54.10%   54.10%           
=======================================
  Files         331      331           
  Lines       57731    57731           
=======================================
+ Hits        31236    31237    +1     
+ Misses      26495    26494    -1     
Impacted Files Coverage Δ
src/test-apps/TestCASE.cpp 96.12% <0.00%> (+0.22%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update efbed8f...7f72212. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants