enable hydrator
This commit is contained in:
parent
f4a8d9033a
commit
ca7af4286e
|
@ -17,11 +17,6 @@
|
|||
handler: allow
|
||||
mutators:
|
||||
- handler: noop
|
||||
- handler: hydrator
|
||||
enabled: true
|
||||
config:
|
||||
api:
|
||||
url: http://dashboard:3000/api/hydrator
|
||||
|
||||
- id: "dashboard:anonymous"
|
||||
upstream:
|
||||
|
|
|
@ -76,6 +76,12 @@ mutators:
|
|||
noop:
|
||||
enabled: true
|
||||
|
||||
hydrator:
|
||||
enabled: true
|
||||
config:
|
||||
api:
|
||||
url: http://dashboard:3000/api/hydrator
|
||||
|
||||
id_token:
|
||||
enabled: true
|
||||
config:
|
||||
|
|
Reference in New Issue