-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard step1: pass thru support (without CF sso support) #47
Comments
See https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#body-4
Asked clarification about behavior of Possible next steps: Option 1: return inner broker dashboard in 1- have provisionning response return an initial (fake) dashboard url
2- implement the
Limitations of this design:
Likely blocked by CC conformance, see cloudfoundry/cloud_controller_ng#1390 Option 2: Return a dashboard URL served by COAB whose body response content includes a link to the dashboard URL of the inner broker
In step 2, project this COAB dashboard with SSO |
Option 3: return dashboard url template expanded from service instance guid
Ability to include brokered service guid (planned in orange-cloudfoundry/osb-cmdb#15), or more generically Xpath expression to coab-vars.yml would enable to return a dashboard url for the cmdb users |
- add a configuration flag in DeploymentProperties - use the configuration flag in BoshProcessor#preCreate()
Implement getinstance support in ProcessorChainServiceInstanceService
Fix getinstance support in ProcessorChainServiceInstanceService
As a service author, I need dashboard returned by nested brokers to be returned to end users. I'm ok to handle authentication for the dashboard (e.g. https url with basic auth credentials in the url) and have it shared among users.
Out of scope:
The text was updated successfully, but these errors were encountered: