Skip to content

Commit e54457c

Browse files
committed
trust: zero is a valid number of TSAs for now
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent f4296c0 commit e54457c

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
@@ -424,8 +424,6 @@ def get_tsas(self) -> list[TimestampAuthorityClient]:
424424
"""
425425
Returns timestamp authority API end points.
426426
"""
427-
if not self._tsas:
428-
raise Error("No valid Rekor transparency log found in signing config")
429427
return [TimestampAuthorityClient(s.url) for s in self._tsas]
430428

431429

0 commit comments

Comments
 (0)