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
Description:
In the APK CP to DP flow, after creating an API if the user enables the API level rate limiting first and then switch to resource level rate limiting, still the API level rate limiting which applied earlier gets applied instead of the resource level configuration. The observation was after switching to resource level and updating the API with new resource level ratelimit configs the API level RateLimitPolicies CR need to be removed but instead it stays as it is so even with the new settings the API level RatelimitPolicy CR gets the high priority hence the new settings doesn't get properly configured in the DP side
Steps to reproduce:
Create an API using APIM
Enable API level rate limiting(API Configurations > Resources) for that created API and deploy.
Invoke and Test whether the rate limiting works and it should work as intended.
Next, switch the rate limiting from API level to resource level using the radio button. Then add the rate limiting to some of the resources and try to invoke them.
The text was updated successfully, but these errors were encountered:
Description:
In the APK CP to DP flow, after creating an API if the user enables the API level rate limiting first and then switch to resource level rate limiting, still the API level rate limiting which applied earlier gets applied instead of the resource level configuration. The observation was after switching to resource level and updating the API with new resource level ratelimit configs the API level RateLimitPolicies CR need to be removed but instead it stays as it is so even with the new settings the API level RatelimitPolicy CR gets the high priority hence the new settings doesn't get properly configured in the DP side
Steps to reproduce:
The text was updated successfully, but these errors were encountered: