To manage your Service Broker instance it is mandatory to have a Dashboard component, which supplies you with capabilites like basic Monitoring, Configuration Management and Backup/Restore.
This project is intended to be the fundamental implementation of Dashboard, which could be applied to any Service Broker. We provide a sample implementation of the Dashboard in the Example Service Broker, which can be found here: https://github.com/evoila/cf-service-broker-example
The Dashboard is an Angular JS 4.X Application which is provided with the Service Broker itself. A Dashboard of a Service Instance can be accessed, when the Service Broker backend has implemented the following Auth-Flow:
- Run the project:
yarn run start:service-brokere.g.yarn run start:auto-scaler - Build the project
yarn run build:service-brokere.g.yarn run build:auto-scaler
This project was generated with Angular CLI version 1.0.0-rc.1.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
