Skip to content

Commit 69f5390

Browse files
committed
feat(ci): support origin tag white list configuration in terraform deployment action
1 parent be619cb commit 69f5390

File tree

1 file changed

+5
-0
lines changed
  • .github/workflows/actions/deploy-terraform-infrastructure

1 file changed

+5
-0
lines changed

.github/workflows/actions/deploy-terraform-infrastructure/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ inputs:
164164
description: Mithril aggregator ancillary signer JSON credentials to access GCP KMS (used with mithril_aggregator_ancillary_signer_type='gcp-kms').
165165
required: false
166166
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: ""
167171
prometheus_auth_username:
168172
description: Prometheus metrics endpoint username.
169173
required: false
@@ -273,6 +277,7 @@ runs:
273277
mithril_aggregator_ancillary_signer_secret_key = "${{ inputs.mithril_aggregator_ancillary_signer_secret_key }}"
274278
mithril_aggregator_ancillary_signer_gcp_kms_resource_name = "${{ inputs.mithril_aggregator_ancillary_signer_gcp_kms_resource_name }}"
275279
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 }}"
276281
prometheus_auth_username = "${{ inputs.prometheus_auth_username }}"
277282
prometheus_auth_password = "${{ inputs.prometheus_auth_password }}"
278283
prometheus_ingest_host = "${{ inputs.prometheus_ingest_host }}"

0 commit comments

Comments
 (0)