Skip to content

Commit

Permalink
add transparency log search ui provided by chainguard team (#632)
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <[email protected]>

Signed-off-by: Batuhan Apaydın <[email protected]>
  • Loading branch information
developer-guy authored Jan 26, 2023
1 parent d339ef2 commit 0eb541d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/sigstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,18 @@ To enable singing with Fulcio, run:
```shell
kubectl patch configmap chains-config -n tekton-chains -p='{"data":{"signers.x509.fulcio.enabled": "true"}}'
```

### Better Way Of Navigating in Transparency Log with rekor-search-ui

The `chains.tekton.dev/transparency` annotation on `TaskRun` and `PipelineRun` resources holds the URL to access the transparency log entry via Rekor's API. It is also possible to view the log entry via [Rekor's web interface](https:/chainguard-dev/rekor-search-ui).

There is already a public good instance of the Rekor Search UI provided by the Chainguard team running at <https://rekor.tlog.dev>, which you can use to display the details of the log entry within the transparency log.

If you want to search your entry via `logIndex,` you can use the following URL:
> _<https://rekor.tlog.dev/?logIndex=735223>_

But the `logIndex` is not the only option. You could also use `email,` `hash,` `commit SHA,` and `UUID` as an option to search the transparency log entry.

For example, you can search via `email`:

> _<https://rekor.tlog.dev/[email protected]>_

0 comments on commit 0eb541d

Please sign in to comment.