mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 19:04:14 +02:00
config: add support for embedded PPL policy (#2401)
This commit is contained in:
parent
c34118360d
commit
0620cfdc50
8 changed files with 152 additions and 9 deletions
|
@ -36,4 +36,5 @@ var ViperPolicyHooks = viper.DecodeHook(mapstructure.ComposeDecodeHookFunc(
|
|||
DecodePolicyBase64Hook(),
|
||||
decodeJWTClaimHeadersHookFunc(),
|
||||
decodeCodecTypeHookFunc(),
|
||||
decodePPLPolicyHookFunc(),
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue