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 13, 2022
1 parent 2978cdc commit 49fe015
Show file tree
Hide file tree
Showing 35 changed files with 24 additions and 3,226 deletions.
3 changes: 0 additions & 3 deletions CODEOWNERS
Validating CODEOWNERS rules …
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
8 changes: 1 addition & 7 deletions config/rekor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ spec:
"--rekor_server.signer=$(KMS)",
"--trillian_log_server.sharding_config=/sharding/sharding-config.yaml",
"--enable_attestation_storage=$(ENABLE_ATTESTATION_STORAGE)",
"--attestation_storage_bucket=$(ATTESTATION_BUCKET)",
"--rekor_server.timestamp_chain=$(TIMESTAMP_CHAIN)"
"--attestation_storage_bucket=$(ATTESTATION_BUCKET)"
]
volumeMounts:
- name: sharding-config
Expand All @@ -81,11 +80,6 @@ spec:
configMapKeyRef:
name: rekor-config
key: attestation_bucket
- name: TIMESTAMP_CHAIN
valueFrom:
configMapKeyRef:
name: rekor-config
key: timestamp_chain
resources:
requests:
memory: "1G"
Expand Down
Loading

0 comments on commit 49fe015

Please sign in to comment.