We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lds.supabase.yaml
1 parent de74b15 commit c19d86cCopy full SHA for c19d86c
ansible/files/envoy_config/lds.supabase.yaml
@@ -82,6 +82,27 @@ resources:
82
name: ':path'
83
string_match:
84
contains: apikey=supabase_admin_key
85
+ origin_protection_key_missing:
86
+ permissions:
87
+ - any: true
88
+ principals:
89
+ - not_id:
90
+ or_ids:
91
+ ids:
92
+ - header:
93
+ name: sb-opk
94
+ present_match: true
95
+ origin_protection_key_not_valid:
96
97
98
99
100
101
102
103
104
+ string_match:
105
+ exact: supabase_origin_protection_key
106
- name: envoy.filters.http.lua
107
typed_config:
108
'@type': >-
0 commit comments