Skip to content

Commit

Permalink
Merge pull request #40 from matysek/mzibrick-ccxdev12493
Browse files Browse the repository at this point in the history
[CCXDEV-12493] Allow unsafe http links in ephemeral env
  • Loading branch information
matysek authored Feb 7, 2024
2 parents 0b553fb + 89e8ef3 commit 0fcf5ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ objects:
optional: true
- name: SENTRY_ENVIRONMENT
value: ${ENV_NAME}
- name: ALLOW_UNSAFE_LINKS
value: ${ALLOW_UNSAFE_LINKS}
- name: LOGGING_TO_CW_ENABLED
value: "True"
- name: CW_STREAM_NAME
Expand Down Expand Up @@ -186,6 +188,7 @@ objects:
name: ccx_messaging.downloaders.http_downloader.HTTPDownloader
kwargs:
max_archive_size: 100MiB
allow_unsafe_links: ${ALLOW_UNSAFE_LINKS}
publisher:
name: ccx_messaging.publishers.dvo_metrics_publisher.DVOMetricsPublisher
kwargs:
Expand Down Expand Up @@ -303,6 +306,8 @@ parameters:
required: true
- name: CSE_LOG_STREAM
value: "dvo-extractor"
- name: ALLOW_UNSAFE_LINKS
value: ""

- name: CPU_LIMIT
value: 200m
Expand Down

0 comments on commit 0fcf5ec

Please sign in to comment.