hmrc / service-manager

A python tool to manage developing and testing with lots of microservices
Apache License 2.0
58 stars 37 forks source link

_get_assets_version assets version regex #60

Closed feedmypixel closed 6 years ago

feedmypixel commented 8 years ago

The current regex inside _get_assets_version will continue to match assets.version within the Prod|runMode namespace after the work has been done to align all frontend services .conf files. smplayservice.py

I don't feel this is the responsibility of service manager to enforce the assets.version config structure but it would be nice to not unnecessarily match unwanted assets versions.

Potentailly worth looking into some HOCON parsing.