Skip to content

Commit 6f7b8c7

Browse files
committed
trust: TSA are not required in signing config
They will be if there are any rekor 2 instances, but currently TSA is not strictly needed. Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent dd25b6d commit 6f7b8c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sigstore/_internal/trust.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,6 @@ def get_tsa_urls(self) -> list[str]:
387387
but may return more in future.
388388
"""
389389
url = self._get_valid_service_url(self._inner.tsa_urls)
390-
if not url:
391-
raise Error("No valid Timestamp Authority found in signing config")
392390
return [url]
393391

394392

0 commit comments

Comments
 (0)