browsertrix/chart/templates
Ilya Kreymer f1fd11c031
storage: use s3v4 signature for presigning urls (#2611)
Use V4 ('s3v4') signature version for for all presigning URLs to support
backblaze, fixes #2472
- add 'access_addressing_style' to be able to choose virtual/path
addressing for access endpoint (default to 'virtual' as before)
- fix minio presigning with v4 by using 'path' addressing style for
minio
- if path matches '/data/' for internal minio bucket, then always use
'path'
- also make minio access path '/data/' configurable

also simplify running in any namespace with default settings:
- don't hardcode 'local-minio.default'
- in crawlers namespace, add a 'local-minio' externalName service which
maps to the main namespace service.
2025-05-19 15:44:36 -07:00
..
backend.yaml move db migrations to initContainers: (#2449) 2025-03-03 13:13:15 -08:00
configmap.yaml storage: use s3v4 signature for presigning urls (#2611) 2025-05-19 15:44:36 -07:00
frontend.yaml storage: use s3v4 signature for presigning urls (#2611) 2025-05-19 15:44:36 -07:00
ingress.yaml ingress: remove X-Forward-Proto snippet, no longer needed (and now possibly considered unsafe) (#2519) 2025-03-25 17:24:55 -07:00
minio.yaml storage: use s3v4 signature for presigning urls (#2611) 2025-05-19 15:44:36 -07:00
mongo.yaml
namespaces.yaml
networkpolicies.yaml
operators.yaml Execution time tracking tweaks (#1994) 2024-08-06 09:44:44 -07:00
priorities.yaml
role.yaml Move org deletion to background job with access to backend ops classes (#2098) 2024-10-10 14:41:05 -04:00
secrets.yaml Configure browsertrix proxies (#1847) 2024-10-02 18:35:45 -07:00
service.yaml
signer.yaml