Use case description
It'll be nice to have provider section fully covered by schema validation (for AWS provider case)
Proposed solution
Follow up to #6562, with which only schema placeholder for provider was configured.
Configuration should probably be done directly in: lib/plugins/aws/provider/awsProvider.js, what it covers was split into following issues:
After all above issues are addressed, we may remove schema relaxation configured in lib/classes/ConfigSchemaHandler/index.js
Use case description
It'll be nice to have
providersection fully covered by schema validation (for AWS provider case)Proposed solution
Follow up to #6562, with which only schema placeholder for
providerwas configured.Configuration should probably be done directly in:
lib/plugins/aws/provider/awsProvider.js, what it covers was split into following issues:After all above issues are addressed, we may remove schema relaxation configured in
lib/classes/ConfigSchemaHandler/index.js