Describe the task
Describe the scenario
Add one or more named values that contain a set or an array of values which affect runtime policy execution. For example, a mapping of an input value to a rate-limit or quota may be helpful.
Improvement to Project
For setups that don't contain large sets of configuration values, this can be very effective in that it can provide individuality while cutting out external table lookups or function calls. This, in turn, reduces dependencies and latency while also eliminating a need for cache.
Are you able to collaborate and/or submit a pull request?
Yes