Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The policy itself will be enforced when a user attempts to either create the connector or validate the connector. When there is a PolicyViolationException

  • During validate, the response will include error and the specific configurations  that failed to meet the policy will also include the exception message included in the response
  • During create/update connector, the connector will fail to start

Proposed Changes

As specified in the previous section, the design will include introducing a new worker configuration and an interface to define the override policy.

...