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