Add safetyValve setup for CUSTOM matching AuthorizationPolicy
Currently, the matching rulesets managed by the chart for the CUSTOM AuthorizationPolicy that routes to authservice forwards either all traffic (unmatched requests) or all calls to the configured domain
.
There is a need for customers to be able to configure these rules according to the policy within their environments, and adding a safetyValve
mechanism would allow for user-configured rulesets in values without changing the original functionality provided with the chart. In this case, a user could specify the rulesets as they need in YAML format directly in the values override file, and have the template use that YAML directly at rendering.