Skip to content

Commit

Permalink
update links to use CDN-backed TUF endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Apr 11, 2023
1 parent a4891f0 commit a9c3ebc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/300-trustroot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
type: object
properties:
mirror:
description: 'Mirror is the remote mirror, for example: https://sigstore-tuf-root.storage.googleapis.com'
description: 'Mirror is the remote mirror, for example: https://tuf-repo-cdn.sigstore.dev'
type: string
root:
description: Root is the base64 encoded, json trusted initial root.
Expand Down
2 changes: 1 addition & 1 deletion docs/api-types/index-v1alpha1.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Remote specifies the TUF with trusted initial root and remote mirror where to fe
| Field | Description | Scheme | Required |
| ----- | ----------- | ------ | -------- |
| root | Root is the base64 encoded, json trusted initial root. | []byte | true |
| mirror | Mirror is the remote mirror, for example: https://sigstore-tuf-root.storage.googleapis.com | apis.URL | true |
| mirror | Mirror is the remote mirror, for example: https://tuf-repo-cdn.sigstore.dev | apis.URL | true |
| targets | Targets is where the targets live off of the root of the Remote If not specified 'targets' is defaulted. | string | false |

[Back to TOC](#table-of-contents)
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/policy/v1alpha1/trustroot_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ type Remote struct {
Root []byte `json:"root"`

// Mirror is the remote mirror, for example:
// https://sigstore-tuf-root.storage.googleapis.com
// https://tuf-repo-cdn.sigstore.dev
Mirror apis.URL `json:"mirror"`

// Targets is where the targets live off of the root of the Remote
Expand Down

0 comments on commit a9c3ebc

Please sign in to comment.