we are using apollo router new version 2 but in our config file router.yaml i have plugins, but i get this error:Additional properties are not allowed
Steps to reproduce the behaviour:
- Add plugins
plugins:
example.oauth:
discovery_url: "https://login.microsoftonline.com/common/.well-known/openid-configuration"
example.identity:
identity_url: "http://####/user"
-
Run the validator
-
See error
plugins:
example.oauth:
discovery_url: "https://login.microsoftonline.com/common/.well-known/openid-configuration"
┌ example.identity:
| identity_url: "http://####:3000/user"
└-----> Additional properties are not allowed ('example.identity' was unexpected)