Skip to content

Commit e592732

Browse files
committed
🔧(tray) allow disabling Cloudfront signed URLs
As part of our migration from CloudFront to Scaleway Edge Services, we need to disable signed URLs since they are not supported by Scaleway. This change introduces the ability to turn off signed URL usage.
1 parent f18e43c commit e592732

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
1111
### Changed
1212

1313
- Increase connection timeout on Nginx for peertube runner success request
14+
- Allow disabling Cloudfront signed URLs
1415

1516
## [5.5.3] - 2025-01-09
1617

src/tray/templates/services/app/job_db_migrate.yml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ spec:
4242
value: "{{ marsha_postgresql_port }}"
4343
- name: DJANGO_ALLOWED_HOSTS
4444
value: "{{ marsha_hosts[0] }}"
45+
- name: DJANGO_CLOUDFRONT_SIGNED_URLS_ACTIVE
46+
value: "{{ marsha_should_sign_requests }}"
4547
- name: DJANGO_CLOUDFRONT_PRIVATE_KEY_PATH
4648
value: "{{ marsha_cloudfront_private_key_path }}"
4749
envFrom:

0 commit comments

Comments
 (0)