Skip to content

Commit 85787fd

Browse files
author
dlorenc
authored
Add attestation storage to the config. (sigstore#327)
Signed-off-by: Dan Lorenc <dlorenc@google.com>
1 parent f3ce796 commit 85787fd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config/rekor.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,25 @@ spec:
4949
"--trillian_log_server.tlog_id=3904496407287907110",
5050
"--log_type=prod",
5151
"--rekor_server.signer=$(KMS)",
52+
"--enable_attestation_storage=$(ENABLE_ATTESTATION_STORAGE)",
53+
"attestation_storage_bucket=$(ATTESTATION_BUCKET)"
5254
]
5355
env:
5456
- name: KMS
5557
valueFrom:
5658
configMapKeyRef:
5759
name: rekor-config
5860
key: kms
61+
- name: ENABLE_ATTESTATION_STORAGE
62+
valueFrom:
63+
configMapKeyRef:
64+
name: rekor-config
65+
key: enable_attestation_storage
66+
- name: ATTESTATION_BUCKET
67+
valueFrom:
68+
configMapKeyRef:
69+
name: rekor-config
70+
key: attestation_bucket
5971
resources:
6072
requests:
6173
memory: "1G"

0 commit comments

Comments
 (0)