Skip to content
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

The dashboard_url field must return a string value instead of a field #45

Closed
JCL38-ORANGE opened this issue Jan 3, 2019 · 2 comments
Closed
Assignees
Labels

Comments

@JCL38-ORANGE
Copy link
Collaborator

With recent versions of cloudfoundry the null value is not more allowed for the dashboard_url field.
This problem appears with the bump of capi-version 1.61 (https://bosh.io/releases/github.com/cloudfoundry/capi-release?version=1.61.0)
The problem is referenced there :

@JCL38-ORANGE JCL38-ORANGE self-assigned this Jan 3, 2019
@JCL38-ORANGE
Copy link
Collaborator Author

Some additional information :
When the service creation is asked via the CF CLI : cf cs
The following error is raised by the CC :
ECHEC
Erreur de serveur, code de statut : 502, code d'erreur : 10001, message : The service broker returned an invalid response for the request to <redacted_request> :
The property '#/dashboard_url' of type null did not match the following type: string

@JCL38-ORANGE
Copy link
Collaborator Author

Fix with 69e6a26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant