tsuru icon indicating copy to clipboard operation
tsuru copied to clipboard

Support for optional service operations

Open andrestc opened this issue 7 years ago • 0 comments

Currently, every service has to implement all the endpoints. For some services, bind/unbinding app and bind/unbinding unit do not make sense.

Service owners should be able to configure on the Service configuration file if they want to disable such operations.

This will make easier for service owners to implement more services (less boilerplate) and also may save lots of requests (especially for apps with many units and bound to multiple services).

andrestc avatar Sep 18 '18 20:09 andrestc