feat(apigateway): allow to enable debug logging
This commit is contained in:
parent
45630f7326
commit
e9302c51be
8 changed files with 177 additions and 13 deletions
config/dev
|
@ -8,6 +8,11 @@ metadata:
|
|||
name: gateway-sample
|
||||
namespace: supabase-demo
|
||||
spec:
|
||||
envoy:
|
||||
debugging:
|
||||
componentLogLevels:
|
||||
- component: oauth2
|
||||
level: debug
|
||||
apiEndpoint:
|
||||
jwks:
|
||||
name: core-sample-jwt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue