File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -405,13 +405,13 @@ def _get_valid_services(
405
405
406
406
def get_tlogs (self ) -> list [RekorClient ]:
407
407
"""
408
- Returns the rekor transparency logs that client should sign with.
408
+ Returns the rekor transparency log clients that client should sign with.
409
409
"""
410
410
return [RekorClient (tlog .url ) for tlog in self ._tlogs ]
411
411
412
412
def get_fulcio (self ) -> FulcioClient :
413
413
"""
414
- Returns url for the fulcio instance that client should use to get a
414
+ Returns a Fulcio instance that client should use to get a
415
415
signing certificate from
416
416
"""
417
417
return FulcioClient (self ._fulcios [0 ].url )
@@ -427,7 +427,7 @@ def get_oidc_url(self) -> str:
427
427
428
428
def get_tsas (self ) -> list [TimestampAuthorityClient ]:
429
429
"""
430
- Returns timestamp authority API end points .
430
+ Returns timestamp authority clients for urls configured in signing config .
431
431
"""
432
432
return [TimestampAuthorityClient (s .url ) for s in self ._tsas ]
433
433
You can’t perform that action at this time.
0 commit comments