package
0.0.0-20240826193022-bf3d7aea4fe6
Repository: https://github.com/sigstore/rekor-monitor.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
GetEntriesByIndexRange fetches all entries by log index, from (start, end] If start == end, returns a single entry for that index Returns error if start > end.
GetLogInfo fetches a stable checkpoint for each log shard.
GetLogVerifier creates a verifier from the log's public key TODO: Fetch the public key from TUF.
GetPublicKey fetches the current public key from Rekor.
MatchedIndices returns a list of log indices that contain the requested identities.
# Structs
CertificateIdentity holds a certificate subject and an optional list of identity issuers.
IdentityEntry holds a certificate subject, issuer, and log entry metadata.
MonitoredValues holds a set of values to compare against a given entry.