Closed celian-garcia closed 5 years ago
Your configuration is indeed invalid — that's why you're seeing an incorrect error message. It should be
- name: toto
+ toto
In any case, the schema should have catch that. 1f29dca fixes this.
Thanks!
Ah yeah thanks, maybe you could consider to modify this part of documentation ? https://www.express-gateway.io/docs/configuration/gateway.config.yml/policies/
Done!
On 23 Jun 2019, at 12:10, Célian GARCIA notifications@github.com wrote:
Ah yeah thanks, maybe you could consider to modify this part of documentation ? https://www.express-gateway.io/docs/configuration/gateway.config.yml/policies/ https://www.express-gateway.io/docs/configuration/gateway.config.yml/policies/ — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ExpressGateway/express-gateway/issues/923?email_source=notifications&email_token=AAKZYIDUUQFPVSFH2XM2JQTP35DZHA5CNFSM4H2YJKZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYK26WA#issuecomment-504737624, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKZYIDU3GRE3VKPQ5V2SMLP35DZHANCNFSM4H2YJKZA.
Description
Hello guys, this is a really minor bug, but, in the field
policies
of thegateway.config.yml
file, if you use a policy that does not exist, it displays a message that does not contain the missing policy.Reproduce
gateway.config.yml
What we see
npm start
What we should see
npm start