Giter VIP home page Giter VIP logo

servicebroker's Introduction

Service Broker

The implementation was part of the lecture Enterprise Programming. The task was to build a service broker which, according to the Open Service Broker API,
triggers the deployment of backend services (PostgreSQL, Redis and Co.) via Helm on a Kubernetes cluster.

Supported Services

  • Redis
  • Postgres

Service Catalog Options

Option Description
Small single small container with low resources
Standard single container with many resources
Cluster clusters of containers

Installation/Usage

Configure Database: application-default.yml

Build Project:

mvn clean install

Authentication Methods

  1. permit all
  2. inMemory Authentication
  3. Database Authentication

###application-default.yml:

osb-security.permit-all = true
osb-security.use-db = false
osb-security.username = epro
osb-security.password = epro

when both permit-all and use-db equals false, inMemory Authentication will be used!

Built With

  • Spring - Spring Framework
  • Maven - Dependency Management
  • Docker - Container Virtualization
  • Kubernetes - Container Orchestration
  • Helm - Package Manager for Kubernetes

Testing

use OSB-Checker application.yml for minimal testing.

  • Postman - API Development Environment

use our Postman-Collection for testing.

Useful Links

Authors

servicebroker's People

Contributors

jhueg avatar latzinger avatar

Watchers

 avatar  avatar  avatar

servicebroker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.