Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agent/config: parse upstreams with multiple service definitions #4308

Merged
merged 1 commit into from
Jun 29, 2018

Conversation

mitchellh
Copy link
Contributor

Fixes #4307

This is a simple fix to parse the upstreams for a Connect proxy when in a service definition that is part of multiple services.

To fix this, I forgot to support the proper HCL translation for services vs service. We need to translate because we are parsing as interface{} which HCL parses as the wrong type (similar to many other fields listed here).

@mitchellh mitchellh requested review from banks and mkeeler June 28, 2018 20:15
@mitchellh mitchellh merged commit a9c7cd1 into master Jun 29, 2018
@mitchellh mitchellh deleted the b-connect-services branch June 29, 2018 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants