We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ce796 commit 85787fdCopy full SHA for 85787fd
config/rekor.yaml
@@ -49,13 +49,25 @@ spec:
49
"--trillian_log_server.tlog_id=3904496407287907110",
50
"--log_type=prod",
51
"--rekor_server.signer=$(KMS)",
52
+ "--enable_attestation_storage=$(ENABLE_ATTESTATION_STORAGE)",
53
+ "attestation_storage_bucket=$(ATTESTATION_BUCKET)"
54
]
55
env:
56
- name: KMS
57
valueFrom:
58
configMapKeyRef:
59
name: rekor-config
60
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
68
69
70
+ key: attestation_bucket
71
resources:
72
requests:
73
memory: "1G"
0 commit comments