Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 0 additions & 63 deletions ansible/files/envoy_config/lds.supabase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,51 +37,6 @@ resources:
rules:
action: DENY
policies:
api_key_missing:
permissions:
- any: true
principals:
- not_id:
or_ids:
ids:
- header:
name: apikey
present_match: true
- header:
name: ':path'
string_match:
contains: apikey=
api_key_not_valid:
permissions:
- any: true
principals:
- not_id:
or_ids:
ids:
- header:
name: apikey
string_match:
exact: anon_key
- header:
name: apikey
string_match:
exact: service_key
- header:
name: apikey
string_match:
exact: supabase_admin_key
- header:
name: ':path'
string_match:
contains: apikey=anon_key
- header:
name: ':path'
string_match:
contains: apikey=service_key
- header:
name: ':path'
string_match:
contains: apikey=supabase_admin_key
origin_protection_key_missing:
permissions:
- any: true
Expand Down Expand Up @@ -383,24 +338,6 @@ resources:
route:
cluster: admin_api
prefix_rewrite: /privileged/
typed_per_filter_config:
envoy.filters.http.rbac:
'@type': >-
type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBACPerRoute
rbac:
rules:
action: DENY
policies:
basic_auth:
permissions:
- any: true
principals:
- header:
name: authorization
invert_match: true
string_match:
exact: Basic c2VydmljZV9yb2xlOnNlcnZpY2Vfa2V5
treat_missing_header_as_empty: true
- match:
prefix: /metrics/aggregated
request_headers_to_remove:
Expand Down
4 changes: 2 additions & 2 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.0.1.040-orioledb"
postgres15: "15.8.1.046"
postgresorioledb-17: "17.0.1.041-orioledb"
postgres15: "15.8.1.047"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down