Skip to content

Commit

Permalink
Remove timestamping authority
Browse files Browse the repository at this point in the history
See sigstore#812 for more discussion.

Signed-off-by: Hayden Blauzvern <[email protected]>
  • Loading branch information
haydentherapper committed May 9, 2022
1 parent 5ed77ae commit 6863e39
Show file tree
Hide file tree
Showing 34 changed files with 8 additions and 3,203 deletions.
3 changes: 0 additions & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

/pkg/types/ @bobcallaway

/pkg/api/timestamp.go @asraa @loosebazooka
/pkg/types/rfc3161/ @asraa @loosebazooka

# The CODEOWNERS are managed via a GitHub team, but the current list is (in alphabetical order):

# asraa
Expand Down
1 change: 0 additions & 1 deletion FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This doc covers feature stability in `rekor` as described in the [API Stability

## Beta
* Rekor API, defined [here](https://github.com/sigstore/rekor/blob/main/openapi.yaml)
* The Rekor RFC 3161 timestamping service
* `rekor-cli` CLI tool
* The `rekor/pkg/client` client library

Expand Down
200 changes: 0 additions & 200 deletions cmd/rekor-cli/app/timestamp.go

This file was deleted.

130 changes: 0 additions & 130 deletions cmd/rekor-cli/app/timestamp_test.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/rekor-server/app/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func init() {
rootCmd.PersistentFlags().String("rekor_server.hostname", "rekor.sigstore.dev", "public hostname of instance")
rootCmd.PersistentFlags().String("rekor_server.address", "127.0.0.1", "Address to bind to")
rootCmd.PersistentFlags().String("rekor_server.signer", "memory", "Rekor signer to use. Current valid options include: [gcpkms, memory]")
rootCmd.PersistentFlags().String("rekor_server.timestamp_chain", "", "PEM encoded cert chain signing authorizing the signer to be a CA to sign a timestamping cert")

rootCmd.PersistentFlags().Uint16("port", 3000, "Port to bind to")

Expand Down
Loading

0 comments on commit 6863e39

Please sign in to comment.