Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/en/cosign/signing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ $ cosign sign --identity-token=$(
gcr.io/user-vmtest2/demo
```

On Google Cloud Build, the standard identity tokens endpoint is also available thorugh its metadata server as described [here](https://docs.cloud.google.com/build/docs/securing-builds/authorize-service-to-service-access).
On Google Cloud Build, the standard identity tokens endpoint is also available through its metadata server as described [here](https://docs.cloud.google.com/build/docs/securing-builds/authorize-service-to-service-access).

## Custom infrastructure

If you're running your own Sigstore services flags are available to set your own endpoint's, e.g
Expand Down
Loading