Skip to content

evoila/osb-dashboard

Repository files navigation

Service Broker Dashboard

alt text

General

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

How does the Dashboard work?

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:

Dashboard Single Sign-On

Quickstart

Requirements

  1. Install Node.js Node.js
  2. Install yarn Yarn

Use and start project

  1. Run the project: yarn run start:service-broker e.g. yarn run start:auto-scaler
  2. Build the project yarn run build:service-broker e.g. yarn run build:auto-scaler

Technical Components

This project was generated with Angular CLI version 1.0.0-rc.1.

Development server

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.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published