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

YAML expansion does not work as expected #21

Closed
dmitrikeler opened this issue Feb 23, 2021 · 2 comments
Closed

YAML expansion does not work as expected #21

dmitrikeler opened this issue Feb 23, 2021 · 2 comments
Labels
question Further information is requested

Comments

@dmitrikeler
Copy link

dmitrikeler commented Feb 23, 2021

Version: 0.3.0

Problem
YAML expansion only works for individual values (string, bool, number), but not nested dictionaries. In the case of both individual and nested values in a single YAML file, only individual values are parsed and written to Consul, and nested dictionaries are ignored.

Example file contents
key1: value
key2: value2
dict:
  key3: value3
  sub:
    key4: value

Result: Only key1 and key2 end up in Consul, the rest is ignored

@fabiomsouto
Copy link
Contributor

Hello @dmitrikeler ,

We've recently bumped the yaml dependency to a newer version, can you confirm if this still happens with the latest release?

Cheers.

@fabiomsouto fabiomsouto added the question Further information is requested label Jun 15, 2021
@fabiomsouto
Copy link
Contributor

Since we had no reply for a bit, I'm closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

2 participants