cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

Move attach policy check before pre_create/pre_update #698

Closed piotr-dulikowski closed 5 years ago

piotr-dulikowski commented 5 years ago

This change moves attach policy validation before pre_(create|update)_in_transaction events. It is now possible to break attach policy constraint via an event handler, if required.