enable hydrator
This commit is contained in:
parent
9fa0f22374
commit
40cef77e7f
|
@ -18,9 +18,10 @@
|
||||||
mutators:
|
mutators:
|
||||||
- handler: noop
|
- handler: noop
|
||||||
- handler: hydrator
|
- handler: hydrator
|
||||||
|
enabled: true
|
||||||
config:
|
config:
|
||||||
api:
|
api:
|
||||||
url: "http://dashboard:3000/api/hydrator"
|
url: http://dashboard:3000/api/hydrator
|
||||||
|
|
||||||
- id: "dashboard:anonymous"
|
- id: "dashboard:anonymous"
|
||||||
upstream:
|
upstream:
|
||||||
|
|
|
@ -76,9 +76,6 @@ mutators:
|
||||||
noop:
|
noop:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
hydrator:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
id_token:
|
id_token:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
|
|
Reference in New Issue