Skip to content

Commit dd307fb

Browse files
authored
feat: separate envoy lds configs for self-hosting and supabase use-cases (#1325)
* feat: separate envoy lds configs for self-hosting and supabase use-cases * feat: add origin protection key enforcement for envoy in `lds.supabase.yaml`
1 parent ffa1052 commit dd307fb

File tree

5 files changed

+445
-2
lines changed

5 files changed

+445
-2
lines changed

.github/workflows/dockerhub-release-aio.yml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
push: true
7575
build-args: |
7676
postgres_version=${{ needs.settings.outputs.base_docker_version }}
77+
envoy_lds=lds.supabase.yaml
7778
${{ needs.settings.outputs.build_args }}
7879
target: production
7980
tags: ${{ needs.settings.outputs.image_tag }}_${{ matrix.arch }}

0 commit comments

Comments
 (0)