Skip to content

Commit

Permalink
update token endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieqliu committed Jan 29, 2025
1 parent 7f0d2f2 commit b819896
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions verifier/ita/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import (

const (
nonceEndpoint = "/appraisal/v2/nonce"
// TODO: update one Intel provides Confidential Space endpoint.
tokenEndpoint = "/appraisal/v2/attest"
tokenEndpoint = "/appraisal/v2/attest/gcp/confidentialspace"

apiKeyHeader = "x-api-key"
acceptHeader = "Accept"
Expand Down

0 comments on commit b819896

Please sign in to comment.