Mike Heath

Results 10 issues of Mike Heath

Rename the service gateway module to service broker.

Publish the nats-vcap Spring XML schema in the gh-pages branch and update the xmlns and targetNamespace URLs.

If HA is unable to connect to Fully Kiosk, the services don't get registered. This can cause repair to create notifications saying that the 'fully_kiosk.load_url' service is unknown. Fixes #85444...

cla-signed
small-pr
bugfix
integration: fully_kiosk
Quality Scale: No score

URL's longer than 256 characters will result in a `homeassistant.exceptions.InvalidStateError`. This fixes that problem and adds 2 extra_state_attributes: `full_url`, and `truncated`. Fixes #89249 ## Breaking change ## Proposed change ##...

cla-signed
has-tests
bugfix
integration: fully_kiosk
Quality Scale: No score

If you have an app with the `SpringSecurityBasicAuth` credential provider, the credentials will disappear after running `cf update-service ...`.

bug

If an App Broker service instance deploys two apps, `app1` and `app2`, and `app1` needs to be able to make REST calls to `app2`, `app1` needs to know the URL...

App Broker users should be able to test their service configuration without invoking the OSBAPI. For example, if I have configuration like the following: ``` spring.cloud.appbroker.services: - service-name: example plan-name:...

Being able to do something like: ``` ... services: - service-name: example plan-name: example-plan apps: - name: example-app1 properties: memory: (( parameters.app1-memory ?: "1G" )) environment: some.property: (( parameters.value ?:...

2.x

Instead of uploading the same application bits over and over again with each service instance provision request, provide support for copying an application's package resource from an existing package. The...

review