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
Bindable APB Provision fails if credentials are not created #847
Comments
|
When this happens you will get an error in your service instance that says: The errors in the asb logs were: |
|
Moving this to release-1.4 because this is not a trivial fix. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
/close |
|
@jmrodri: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Bug:
If an APB (or more generically a Service Bundle) is bindable, but does not encode bind credentials as part of the provision step (ie.
asb_encode_binding) then the Broker will look for credentials that do not exist and fail.The error message:
How to reproduce it:
Create an APB with
bindable: True, do not encode bind credentials on provision, provision the APB.The text was updated successfully, but these errors were encountered: