File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
.github/workflows/actions/deploy-terraform-infrastructure Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,10 @@ inputs:
164
164
description : Mithril aggregator ancillary signer JSON credentials to access GCP KMS (used with mithril_aggregator_ancillary_signer_type='gcp-kms').
165
165
required : false
166
166
default : " "
167
+ mithril_aggregator_custom_origin_tag_white_list :
168
+ description : Mithril aggregator origin tags white list used by the mithril aggregator (comma separated list of tags).
169
+ required : false
170
+ default : " "
167
171
prometheus_auth_username :
168
172
description : Prometheus metrics endpoint username.
169
173
required : false
@@ -273,6 +277,7 @@ runs:
273
277
mithril_aggregator_ancillary_signer_secret_key = "${{ inputs.mithril_aggregator_ancillary_signer_secret_key }}"
274
278
mithril_aggregator_ancillary_signer_gcp_kms_resource_name = "${{ inputs.mithril_aggregator_ancillary_signer_gcp_kms_resource_name }}"
275
279
mithril_aggregator_ancillary_signer_gcp_kms_credentials = "${{ steps.prepare.outputs.mithril_aggregator_ancillary_signer_gcp_kms_credentials_base64 }}"
280
+ mithril_aggregator_custom_origin_tag_white_list = "${{ inputs.mithril_aggregator_custom_origin_tag_white_list }}"
276
281
prometheus_auth_username = "${{ inputs.prometheus_auth_username }}"
277
282
prometheus_auth_password = "${{ inputs.prometheus_auth_password }}"
278
283
prometheus_ingest_host = "${{ inputs.prometheus_ingest_host }}"
You can’t perform that action at this time.
0 commit comments