config: add decode hook for the SANMatcher type (#4464)

This commit is contained in:
Kenneth Jenkins 2023-08-16 11:05:17 -07:00 committed by GitHub
parent a2539839d3
commit 1b3ee7ff8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 42 additions and 0 deletions

View file

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