Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
/ eden Public archive
forked from Qarik-Group/eden

Interact with any Open Service Broker API to discover/provision/bind/unbind/deprovision hundreds of different services.

License

Notifications You must be signed in to change notification settings

vmware-archive/eden

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eden for topham

A fork of eden, modified to store no state locally, and instead rely on topham-controller as a stateful services controller.

Provides a CF-like workflow (provision/bind/unbind/deprovision with no state stored on your machine), minus the CF.

Installation

go get -u gopkg.in/pivotal-cf-experimental/eden.v1

Usage

Use environment variables to target your topham-controller server:

export SB_BROKER_URL=https://topham-controller.com
export SB_BROKER_USERNAME=topham-username
export SB_BROKER_PASSWORD=topham-password

To see the available services and plans:

eden catalog

To create (provision) a new service instance, and to generate a set of access credentials (bind):

eden provision -s servicename -p planname -i my-db-name # all flags are required
eden bind

To view the credentials for your binding:

eden credentials

About

Interact with any Open Service Broker API to discover/provision/bind/unbind/deprovision hundreds of different services.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 84.6%
  • Shell 15.4%