Skip to content

Commit

Permalink
add output
Browse files Browse the repository at this point in the history
  • Loading branch information
salrashid123 committed Sep 29, 2023
1 parent cc187a5 commit 69c01bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ At this point, the embedded RSA key on the TPM is authorized for access GCP.
On the machine with the TPM, specify the PROJECT_ID and the default persistent handle. You should see an access token
```bash
go run adc.go --persistentHandle=0x81008000 --svcAccountEmail="tpm-sa@$PROJECT_ID.iam.gserviceaccount.com"

## output is json Token specs
{
"access_token": "ya29.c.c0AY_VpZjqp...redacted",
"expires_in": 3599,
"token_type": "Bearer"
}
```


Expand Down

0 comments on commit 69c01bf

Please sign in to comment.