mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-04 11:52:53 +02:00
config: add decode hook for the SANMatcher type (#4464)
This commit is contained in:
parent
a2539839d3
commit
1b3ee7ff8f
3 changed files with 42 additions and 0 deletions
|
@ -38,4 +38,5 @@ var ViperPolicyHooks = viper.DecodeHook(mapstructure.ComposeDecodeHookFunc(
|
|||
decodeJWTClaimHeadersHookFunc(),
|
||||
decodeCodecTypeHookFunc(),
|
||||
decodePPLPolicyHookFunc(),
|
||||
decodeSANMatcherHookFunc(),
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue