Skip to content

Commit

Permalink
fix dropped constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieqliu committed Jan 22, 2025
1 parent be20d42 commit 39d23bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions verifier/ita/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ const (
// TODO: update one Intel provides Confidential Space endpoint.
tokenEndpoint = "/appraisal/v2/attest"

apiKeyHeader = "x-api-key"
acceptHeader = "Accept"
contentTypeHeader = "Content-Type"
applicationJSON = "application/json"

challengeNamePrefix = "ita://"
)

Expand Down

0 comments on commit 39d23bf

Please sign in to comment.