File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ services:
53
53
- PROTOCOL_PARAMETERS__PHI_F=${PROTOCOL_PARAMETERS__PHI_F}
54
54
- RUN_INTERVAL=60000
55
55
- SIGNED_ENTITY_TYPES=${SIGNED_ENTITY_TYPES}
56
+ - AGGREGATE_SIGNATURE_TYPE=${AGGREGATE_SIGNATURE_TYPE}
56
57
- SNAPSHOT_UPLOADER_TYPE=gcp
57
58
- SNAPSHOT_BUCKET_NAME=${SNAPSHOT_BUCKET_NAME}
58
59
- SNAPSHOT_USE_CDN_DOMAIN=${SNAPSHOT_USE_CDN_DOMAIN}
Original file line number Diff line number Diff line change 83
83
" export AGGREGATOR_HOST=${ local . mithril_aggregator_host } " ,
84
84
" export GOOGLE_APPLICATION_CREDENTIALS_JSON='${ local . google_cloud_storage_credentials_json } '" ,
85
85
" export SIGNED_ENTITY_TYPES='${ var . mithril_aggregator_signed_entity_types } '" ,
86
+ " export AGGREGATE_SIGNATURE_TYPE='${ var . mithril_aggregator_aggregate_signature_type } '" ,
86
87
" export SNAPSHOT_BUCKET_NAME='${ google_storage_bucket . cloud_storage . name } '" ,
87
88
" export SNAPSHOT_USE_CDN_DOMAIN='${ var . mithril_aggregator_snapshot_use_cdn_domain } '" ,
88
89
" export SNAPSHOT_COMPRESSION_ALGORITHM=${ var . mithril_aggregator_snapshot_compression_algorithm } " ,
Original file line number Diff line number Diff line change @@ -230,6 +230,12 @@ variable "mithril_aggregator_signed_entity_types" {
230
230
default = " "
231
231
}
232
232
233
+ variable "mithril_aggregator_aggregate_signature_type" {
234
+ type = string
235
+ description = " The aggregate signature type used by the mithril aggregator to create certificates."
236
+ default = " Concatenation"
237
+ }
238
+
233
239
variable "mithril_aggregator_chain_observer_type" {
234
240
type = string
235
241
description = " The chain observer type used by the mithril aggregator."
You can’t perform that action at this time.
0 commit comments