core/config: add support for maps in environments

This commit is contained in:
Caleb Doxsey 2023-11-07 12:22:44 -07:00
parent ffca3b36a9
commit ead090d9ce
3 changed files with 25 additions and 0 deletions

View file

@ -39,4 +39,5 @@ var ViperPolicyHooks = viper.DecodeHook(mapstructure.ComposeDecodeHookFunc(
decodeCodecTypeHookFunc(),
decodePPLPolicyHookFunc(),
decodeSANMatcherHookFunc(),
decodeStringToMapHookFunc(),
))