mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
fc33a74c78
The variable VersionInfo is supposed to be set by `go build -X ...` during link time but should not be modified at runtime. This change ensures the underlying var is private and can only be accessed by a public getter. |
||
---|---|---|
.. | ||
cmd | ||
server | ||
verifyproto | ||
Dockerfile | ||
README.md |
Verification service
Constellation's verification service allows a user to request an attestation statement from the cluster.
The service offers a gRPC and a REST API to retrieve the attestation from.