Hive
fix(cache): support custom S3 CA certificates
GitHub issue · Closed
Source
tuist/tuist #10839
Updated
Jun 24, 2026
Domains
Kura
Summary
- Add cache runtime support for
S3_CA_CERT_PEMwith aTUIST_S3_CA_CERT_PEMalias for parity with the server release. - Route cache S3 Finch pool configuration through
TuistCommon.FinchPools.s3_pool/1so custom CA bundles are honored instead of always pinningCAStore.file_path(). - Add focused cache config and Finch pool tests covering the custom CA bundle path.
- Document the new variable in the cache self-hosting guide and wire it into the reference Docker Compose and deploy configs.
Testing
mix test test/cache/config_test.exs test/cache/finch/pools_test.exs
No GitHub comments yet.