Skip to content

Commit

Permalink
Add policies and policyTimeout config params to sample config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Feb 29, 2024
1 parent 0629368 commit fbf1ca8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gatewayd_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ timeout: 30s
# The start timeout controls how long to wait for a plugin to start before timing out.
startTimeout: 1m

# The policy timeout controls how long to wait for the evluation of the policy before timing out.
policyTimeout: 30s

# The policy is a list of policies to apply to the signals received from the plugins.
policies: []

# The plugin configuration is a list of plugins to load. Each plugin is defined by a name,
# a path to the plugin's executable, and a list of arguments to pass to the plugin. The
# plugin's executable is expected to be a Go plugin that implements the GatewayD plugin
Expand Down

0 comments on commit fbf1ca8

Please sign in to comment.