Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

validation for post sync #93

Merged

Conversation

vossen-adobe
Copy link

Added extra validation for post sync config to cover cases like duplicate module, unknown module, and warning for unused configs.

Inspired by error thrown for config path if you change the config like this:

post_sync:
modules:
- sign_sync1

connectors:
sign_sync1: connector-sign-sync.yml

Prior to this change, it will not treat sign_sync1 as a path key, and will throw a confusing error about path not found. Now, it will throw an unknown module error for sign_sync1 in addition to continuing to throw if there is no connector specified for module.

@vossen-adobe vossen-adobe merged commit 6142a4a into adobe-dmeservices:feature/sign-sync Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant