amenezes / config-client

config-client package for spring cloud config and cloud foundry
https://config-client.amenezes.net/
Apache License 2.0
24 stars 18 forks source link

Enhanced cf support #21

Closed anishp55 closed 4 years ago

anishp55 commented 4 years ago

this pr addresses https://github.com/amenezes/config-client/issues/20 the changes allow one to use either the oss-config-server or the pivotal ones, as well as supporting having an empty profile name. this work has been tested and verified against both a pivotal environment as well as an open-source cf environment.

**todo: the cf config servers provide the BRANCH name from the config server. will need to add support for that.

anishp55 commented 4 years ago

https://travis-ci.org/anishp55/config-client

amenezes commented 4 years ago

Great work @anishp55 :clap: and thank you for your time.

I will work on issues 18 and 19 and I will merge your PR for next release.