himl
himl copied to clipboard
A hierarchical yaml config in Python
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/adobe/himl). ## Open The following updates have all...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [boto3](https://togithub.com/boto/boto3) | `==1.24.7` -> `==1.24.64` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | python | final | digest | `cf85cd3` -> `c8ef926` | ---...
## This is a feature request It would be really nice to be able to use a jinja template to define variables programmatically. I think [jinjyaml](https://github.com/tanbro/jinjyaml) may integrate really well...
### Expected Behaviour When enabling the flag `skip_interpolations=True` for ConfigProcessor we would expect strings that would otherwise be interpolated to be left in tact. ### Actual Behaviour Value strings with...
Integrate with `vals` to support it's whole set of kv integrations https://github.com/variantdev/vals
Consider the following `.yaml` file. examples/simple/default.yaml ``` deep: key1: v1 key2: v2 deep_list: - item1 - item2 ``` ## Request A feature to filter deep keys like, `deep.key1`, `deep.key2`. Currently,...
In cases when stdout is collected (logging system, elk, splunk) an option to mask secret data on stdout would be useful.
For a mature hierarchical config it can become cumbersome to manage the all the nuances and keep track of where a config should be placed or what limitations some values...