Aaron Spiegel
Aaron Spiegel
The title (and commit message) kind of speak for themselves. I have some multi-select boxes, and without this patch, the "_text" attribute is pretty useless. For example, with the view:...
There is only one example of this that I know of, but the _"Heavy Scyk" Interceptor_ card allows for a choice of multiple upgrade slots. To support this, we could...
This could take the form of a `revoke` clause. For example, the _TIE Shuttle_ card would be formatted: ```json { "text": "Your upgrade bar loses all [Torpedo], [Missile] and [Bomb]...
There have been issues when a network disconnection occurs between the broker and ECS, and a delete/unbind operation are left half-finished. These cases currently leave cloud foundry in a poor...
Currently, there are no checks to evaluate if an encryption-enabled bucket instance _could_ be created. If the customer defines a default namespace with encryption disabled, and then creates a service...
**Background** When this service-broker was originally developed, the Spring Cloud Foundry Service Broker project did not support dynamic catalog configuration. Since this was a requirement for our user-base, the ECS...
I have another feature that a customer requested yesterday that it'd be helpful to get some feedback on: A common problem among their user base is that a user will...
Add support to store all private credentials in Kubernetes secret store in K8s deployments. - [ ] Store broker service credentials (user/pass that CF uses to authenticate _to the broker_)...
Add support to store all private credentials in Pivotal [CredHub](https://github.com/cloudfoundry-incubator/credhub) in PCF deployments. We should ensure that the broker continued to support environments without CredHub, such as OSS CF deployments,...