bug: RateLimit: fail when fill_interval is set above 60s
#1626
Labels
area/api-gateway
Issues or PRs related to api-gateway
kind/bug
Categorizes issue or PR as related to a bug.
Milestone
/kind bug
/area api-gateway
Description
When RateLimit is deployed, Istiod returns an error if
fill_interval
contains values below or above seconds.Expected result
RateLimit configuration gets applied correctly.
Steps to reproduce
RateLimit CR
Troubleshooting
I believe we can't rely on go's default duration parse. All durations need to be converted to seconds. When EnvoyFilter contains
ms
, I got an error:That means we can only use seconds.
The text was updated successfully, but these errors were encountered: