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
After install / upgrade to 2.0, marketplace missing image and descriptions for services provided by ECS broker.
When catalog is queried, all values are present in service metadata, but keys are lowercase (imageurl instead of `imageUrl, etc).
This turned out to be caused by behavior change in Spring Boot variables binder. Tile should provide values with changed env names: instead of CATALOG_SERVICES[0]_METADATA[imageUrl] use 'catalog.services[0].metadata.imageUrl'.
The text was updated successfully, but these errors were encountered:
After install / upgrade to 2.0, marketplace missing image and descriptions for services provided by ECS broker.
When catalog is queried, all values are present in service metadata, but keys are lowercase (
imageurl
instead of `imageUrl, etc).This turned out to be caused by behavior change in Spring Boot variables binder. Tile should provide values with changed env names: instead of
CATALOG_SERVICES[0]_METADATA[imageUrl]
use 'catalog.services[0].metadata.imageUrl'.The text was updated successfully, but these errors were encountered: