Hey [~cmacedo86],
{quote} 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. {quote} This is exactly right, perfect summary. {quote} Create/Implement a REST endpoint in the Mobile Security Rest Service which will be called in order to do these actions. {quote} This is different to how I was thinking it would be done. I believe we can use the client-go library to listen for changes to OpenShift/Kubernetes resources directly from our Go server. The above Postgres logic you defined would be triggered from these listeners. https://github.com/kubernetes/client-go
h4. Questions # If you were to expose a new endpoint for this, what were you thinking would be hitting this new endpoint? |
|