Skip to content
Snippets Groups Projects
Unverified Commit 710784c4 authored by asraa's avatar asraa Committed by GitHub
Browse files

Add timestamping cert chain to config (#338)


Signed-off-by: default avatarAsra Ali <asraa@google.com>
parent 5fb05e15
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,8 @@ spec: ...@@ -50,7 +50,8 @@ spec:
"--log_type=prod", "--log_type=prod",
"--rekor_server.signer=$(KMS)", "--rekor_server.signer=$(KMS)",
"--enable_attestation_storage=$(ENABLE_ATTESTATION_STORAGE)", "--enable_attestation_storage=$(ENABLE_ATTESTATION_STORAGE)",
"--attestation_storage_bucket=$(ATTESTATION_BUCKET)" "--attestation_storage_bucket=$(ATTESTATION_BUCKET)",
"--rekor_server.timestamp_chain=$(TIMESTAMP_CHAIN)"
] ]
env: env:
- name: KMS - name: KMS
...@@ -68,6 +69,11 @@ spec: ...@@ -68,6 +69,11 @@ spec:
configMapKeyRef: configMapKeyRef:
name: rekor-config name: rekor-config
key: attestation_bucket key: attestation_bucket
- name: TIMESTAMP_CHAIN
valueFrom:
configMapKeyRef:
name: rekor-config
key: timestamp_chain
resources: resources:
requests: requests:
memory: "1G" memory: "1G"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment