Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing protobuf file for the new /uuid endpoint #1284

Merged
merged 1 commit into from
Aug 11, 2020
Merged

Introducing protobuf file for the new /uuid endpoint #1284

merged 1 commit into from
Aug 11, 2020

Commits on Aug 11, 2020

  1. Introducing protobuf file for the new /uuid endpoint

    - Once attestation feature is enabled in Controller, the /config endpoint
      will fail incoming requests without an integrity token associated with the
      request. As a result, the initial getUuid() method in zedclient will fail,
      since it starts early before attestation, and at that point system will not
      have any integrity token to use.
    
    - Since zedclient uses /config primarily for getting UUID of the device and other
      fields such as Manufacturer, Model etc, having a separate endpoint for that
      makes sense, and this PR adds protobuf fields for the same.
    
    Signed-off-by: Hariharasubramanian C S <[email protected]>
    cshari-zededa committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    8a4d2c2 View commit details
    Browse the repository at this point in the history