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
{{ message }}
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
This happens only when "services:" contains a "credentials" object with data other than name/value pairs. Our CF environment and service bindings regularly writes extra information into "credentials", inside additional objects.
For example a rabbitmq service binding writes additional port information into "credentials";
Removing the "ports" in bold allows a 'cf local run' to work, but our applications rely on data passed in the credentials in this format and so subsequently fail to start.
$ cf local version
CF Local version 0.19.0
Thx
The text was updated successfully, but these errors were encountered:
When attempting to run a previously created droplet using local.yml we see the error;
Error: json: unsupported type: map[interface {}]interface {}
This happens only when "services:" contains a "credentials" object with data other than name/value pairs. Our CF environment and service bindings regularly writes extra information into "credentials", inside additional objects.
For example a rabbitmq service binding writes additional port information into "credentials";
JSON:
YAML:
Removing the "ports" in bold allows a 'cf local run' to work, but our applications rely on data passed in the credentials in this format and so subsequently fail to start.
Thx
The text was updated successfully, but these errors were encountered: