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

Fix: viper and mapstructure limitation workaround #80

Merged
merged 1 commit into from
Apr 27, 2024

Conversation

wwoytenko
Copy link
Contributor

This solves the problem with the map structure described -> spf13/viper#373 that caused the issue in Greenmask #76

We need to keep the original keys in the map without lowercasing. To overcome this problem we need to use default yaml and json parsers to avoid viper or mapstructure usage

The related viper issue

This solves problem with map structure described -> spf13/viper#373 that caused issue in Greenmask #76

We need to keep the original keys in the map without lowercasing. To overcome this problem we need use default yaml and json parsers avoiding vaiper or mapstructure usage
@wwoytenko wwoytenko self-assigned this Apr 27, 2024
@wwoytenko wwoytenko merged commit 4b9b2a4 into main Apr 27, 2024
15 checks passed
@wwoytenko wwoytenko deleted the fix/dict_transformer_values branch May 1, 2024 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant