constellation/verify
Malte Poll fc33a74c78
constants: make VersionInfo readonly (#1316)
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.
2023-03-01 11:55:12 +01:00
..
cmd constants: make VersionInfo readonly (#1316) 2023-03-01 11:55:12 +01:00
server dev-docs: Go package docs (#958) 2023-01-19 15:57:50 +01:00
verifyproto ci: add workflow for proto code generation check 2023-01-23 12:20:37 +01:00
Dockerfile constants: make VersionInfo readonly (#1316) 2023-03-01 11:55:12 +01:00
README.md dev-docs: Go package docs (#958) 2023-01-19 15:57:50 +01:00

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.