You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java Spring Boot broker jobs which allows provisioning (database) and binding (user) among a deployed cluster
Smoke tests errand for broker which:
...pushes a sample mongodb application inside Cloud Foundry (cf push)
...provisions a mongodb service instance (cf create-service)
...binds the service instance to the sample application (cf bind-service)
...create/drop collections in the service instance given the credentials supplied by the binding operation