Open Service Broker is an implementation of the "Open Service Broker API" based on Spring Boot & Groovy. It enables platforms such as Cloud Foundry & Kubernetes to provision and manage services.
CredHubCredential is currently not usable, as CredHubService
is directly autowired in CredHubCredential. This does not work
as CredHubService needs to be properly initialized with a
Configuration. This role is now fulfilled with CredentialStoreConfiguration
which takes care of offering a CredentialStore.
CredHubCredential is currently not usable, as CredHubService is directly autowired in CredHubCredential. This does not work as CredHubService needs to be properly initialized with a Configuration. This role is now fulfilled with CredentialStoreConfiguration which takes care of offering a CredentialStore.