HI [~weil] and [~dffrench],
Following what and how I understood that it needs to be done and some questions.
*WHAT*: When an app via the Aerogear Mobile Catalog is binding then a new app needs to be INSERT in the Postgre of and by Mobile Security Rest Service. When an app is unbinding via the Aerogear Mobile Catalog then the app needs to be UPDATE, the field deleted_at, in the Postgre of and by Mobile Security Rest Service.
*HOW* Create/Implement a REST endpoint in the Mobile Security Rest Service which will be called in to do this these actions.
*QUESTIONS* When the app be binding/unbinding [here|https://github.com/aerogear/mobile-developer-console/blob/master/pkg/stub/secretsChangeHandler.go#L10] the rest endpoint to create/update the app in Mobile Service need to be called. In this way, following the questions.
1. I understand that this task is defined just for we implement the REST endpoint described above and not to make the implementation which has the propose of the Mobile Catalogue call these endpoints in order to create/update the app. Am I right? 2. How and where is defined and will be made this implementation for the Mobile Catalogue call the endpoints? Have we any example of other Service that does something similar?
c/c [~dffrench]
|
|