Skip to content

make AttestationType::detect() non async #18

@0x416e746f6e

Description

@0x416e746f6e

presently the only thing that requires it to be async is the round-trip to the metadata service (either on GCP, or on Azure), which normally is a very quick operation (def under 1ms).

so we can just use reqwest::blocking::get for that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions