Skip to content

Commit

Permalink
Add timestamping cert chain to config (#338)
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <[email protected]>
  • Loading branch information
asraa authored Jun 23, 2021
1 parent 5fb05e1 commit 710784c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/rekor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ spec:
"--log_type=prod",
"--rekor_server.signer=$(KMS)",
"--enable_attestation_storage=$(ENABLE_ATTESTATION_STORAGE)",
"--attestation_storage_bucket=$(ATTESTATION_BUCKET)"
"--attestation_storage_bucket=$(ATTESTATION_BUCKET)",
"--rekor_server.timestamp_chain=$(TIMESTAMP_CHAIN)"
]
env:
- name: KMS
Expand All @@ -68,6 +69,11 @@ 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

0 comments on commit 710784c

Please sign in to comment.