Skip to content

Commit 75bd1a8

Browse files
bobcallawayemilejbm
authored andcommitted
swap over to using CDN to fetch TUF roots (sigstore#609)
Signed-off-by: Bob Callaway <[email protected]> Signed-off-by: Emile Baez <[email protected]>
1 parent 59ee9c3 commit 75bd1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sigstore/_internal/tuf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747

4848
logger = logging.getLogger(__name__)
4949

50-
DEFAULT_TUF_URL = "https://sigstore-tuf-root.storage.googleapis.com/"
51-
STAGING_TUF_URL = "https://tuf-root-staging.storage.googleapis.com/"
50+
DEFAULT_TUF_URL = "https://tuf-repo-cdn.sigstore.dev"
51+
STAGING_TUF_URL = "https://tuf-repo-cdn.sigstage.dev"
5252

5353

5454
@lru_cache()

0 commit comments

Comments
 (0)