You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some static services might have existing dashboard URL without authentication that they would like to return to users so that they become discoverable, and accessed from the CF cli (using the cf open plugin or web uis). See http://docs.cloudfoundry.org/services/dashboard-sso.html#dashboard-url
Use case includes log archiving tools
A 1st step prior to #23 is to support a new dashboard_url at the service or service-plan level:
These changes add support for dashboard_url. Static cred broker may return, in the create instance response, a dashboard_url of a web-based management user interface for the service instance .
[#29]
These changes add support for dashboard_url. Static cred broker may return, in the create instance response, a dashboard_url of a web-based management user interface for the service instance .
[#29]
Some static services might have existing dashboard URL without authentication that they would like to return to users so that they become discoverable, and accessed from the CF cli (using the
cf open
plugin or web uis). See http://docs.cloudfoundry.org/services/dashboard-sso.html#dashboard-urlUse case includes log archiving tools
A 1st step prior to #23 is to support a new
dashboard_url
at the service or service-plan level:In terms of implementation, this requires making a call to the setter property
https://github.com/spring-cloud/spring-cloud-cloudfoundry-service-broker/blob/44910ec3452cba64e11553074dda6c60d916fef1/src/main/java/org/springframework/cloud/servicebroker/model/CreateServiceInstanceResponse.java#L36-L39
The text was updated successfully, but these errors were encountered: