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
As a service author, in order to support arbitrary params in my service, I need to receive content of arbitrary params in a format by bosh deployment can leverage.
Proposed solution: the coab-vars.yml file contains the open service broker api standardized input for both service provisionning and update.
Service authors can test in their models various content of the coab-vars.yml which will be safely ignored by COAB
To maintain security, Input validation is applied on the name and value of arbitrary params to prevent various injections (such as reading from credhub, spruce, file system injection, yml loading or reference expansions), and only alphabetical characters, numbers are supported
Out of scope: implement the GET endpoints.
The text was updated successfully, but these errors were encountered:
As a service author, in order to support arbitrary params in my service, I need to receive content of arbitrary params in a format by bosh deployment can leverage.
Proposed solution: the
coab-vars.yml
file contains the open service broker api standardized input for both service provisionning and update.Service authors can test in their models various content of the coab-vars.yml which will be safely ignored by COAB
To maintain security, Input validation is applied on the name and value of arbitrary params to prevent various injections (such as reading from credhub, spruce, file system injection, yml loading or reference expansions), and only alphabetical characters, numbers are supported
Out of scope: implement the GET endpoints.
The text was updated successfully, but these errors were encountered: