File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,25 @@ resources:
82
82
name : ' :path'
83
83
string_match :
84
84
contains : apikey=supabase_admin_key
85
+ origin_protection_key_missing :
86
+ permissions :
87
+ - any : true
88
+ principals :
89
+ - not_id :
90
+ header :
91
+ name : sb-opk
92
+ present_match : true
93
+ origin_protection_key_not_valid :
94
+ permissions :
95
+ - any : true
96
+ principals :
97
+ - not_id :
98
+ or_ids :
99
+ ids :
100
+ - header :
101
+ name : sb-opk
102
+ string_match :
103
+ exact : supabase_origin_protection_key
85
104
- name : envoy.filters.http.lua
86
105
typed_config :
87
106
'@type' : >-
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- postgresorioledb-17 : " 17.0.1.016 -orioledb"
13
- postgres15 : " 15.8.1.026 "
14
- postgres16 : " 16.3.1.032 "
12
+ postgresorioledb-17 : " 17.0.1.017 -orioledb"
13
+ postgres15 : " 15.8.1.027 "
14
+ postgres16 : " 16.3.1.033 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments