You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using limitador server as an example to illustrate the scope of this issue:
When a new RateLimitPolicy is added or modified it will ultimately be reflected as a change to a ConfigMap mounted on the Limitador pod. While things can go "wrong" along the way to the CM, all actors are "k8s aware" and can reflect any status changes so to report to the users. It is necessary for us to decide how to report these back up the chain to the user. But when things make it to Limitador, the server as no way to report back to k8s. So we need to decide how Limitador could for instance report a syntax error in a Condition back to the matching RateLimitPolicy (possibly translating to "what" actually triggered the condition to be "generated" in this "invalid" form).
Using
limitador
server as an example to illustrate the scope of this issue:When a new
RateLimitPolicy
is added or modified it will ultimately be reflected as a change to aConfigMap
mounted on theLimitador
pod. While things can go "wrong" along the way to the CM, all actors are "k8s aware" and can reflect any status changes so to report to the users. It is necessary for us to decide how to report these back up the chain to the user. But when things make it toLimitador
, the server as no way to report back to k8s. So we need to decide howLimitador
could for instance report a syntax error in aCondition
back to the matchingRateLimitPolicy
(possibly translating to "what" actually triggered the condition to be "generated" in this "invalid" form).The text was updated successfully, but these errors were encountered: