cyberark / conjur-service-broker

Implementation of the Open Service Broker API for Conjur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An example of using the service broker with a client library exists

izgeri opened this issue · comments

Generally we assume people will use the service broker with the buildpack, which on app start auto-injects the secrets into the app environment.

We need to add an example to the README that uses a client library instead, retrieving the credentials from VCAP_SERVICES and setting up the client library to authenticate to Conjur and retrieve a secret value. For this work, please use the Java client library

This was completed in #129