mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 08:15:48 -04:00
verify: use fixed user data
This commit is contained in:
parent
85f33b2140
commit
f0f109a1ea
8 changed files with 47 additions and 134 deletions
|
@ -27,6 +27,8 @@ const (
|
|||
ConstellationMasterSecretKey = "mastersecret"
|
||||
// ConstellationSaltKey is the name of the key for the salt in the master secret kubernetes secret.
|
||||
ConstellationSaltKey = "salt"
|
||||
// ConstellationVerifyServiceUserData is the user data that the verification service includes in the attestation.
|
||||
ConstellationVerifyServiceUserData = "VerifyService"
|
||||
|
||||
//
|
||||
// Ports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue