Skip to content

Commit

Permalink
Add proxy-{protocol-enabled,trusted-addresses}
Browse files Browse the repository at this point in the history
  • Loading branch information
nblock committed Nov 19, 2024
1 parent ad7a5ad commit bffb034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/configs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
Optional['metrics-enabled'] => Boolean,
Optional['proxy'] => Enum['edge','reencrypt','passthrough','none'],
Optional['proxy-headers'] => Enum['forwarded', 'xforwarded'],
Optional['proxy-protocol-enabled'] => Boolean,
Optional['proxy-trusted-addresses'] => Array[Stdlib::IP::Address],
Optional['vault'] => Enum['file','keystore'],
Optional['vault-dir'] => Stdlib::Absolutepath,
Optional['vault-file'] => Stdlib::Absolutepath,
Expand Down

0 comments on commit bffb034

Please sign in to comment.