config: add support for embedded PPL policy (#2401)

This commit is contained in:
Caleb Doxsey 2021-07-27 13:44:10 -06:00 committed by GitHub
parent c34118360d
commit 0620cfdc50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 152 additions and 9 deletions

View file

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