mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-16 08:16:18 +02:00
core/config: add support for maps in environments (#4728)
core/config: add support for maps in environments (#4717) Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
This commit is contained in:
parent
c9583c828c
commit
34187e8ba5
3 changed files with 25 additions and 0 deletions
|
@ -39,4 +39,5 @@ var ViperPolicyHooks = viper.DecodeHook(mapstructure.ComposeDecodeHookFunc(
|
|||
decodeCodecTypeHookFunc(),
|
||||
decodePPLPolicyHookFunc(),
|
||||
decodeSANMatcherHookFunc(),
|
||||
decodeStringToMapHookFunc(),
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue