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
We created the ApiRoute using CRD below which has plugin limit-count, Routes are created successfully and displayed on Dashboard UI as well, when click on configure and further click on Next button to go to the plugin page to edit. but Plugin page is disappeared.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We created the ApiRoute using CRD below which has plugin limit-count, Routes are created successfully and displayed on Dashboard UI as well, when click on configure and further click on Next button to go to the plugin page to edit. but Plugin page is disappeared.
apiVersion: apisix.apache.org/v2
kind: ApisixRoute
metadata:
name: httpserver-route-1
spec:
http:
match:
hosts:
paths:
backends:
servicePort: 80
plugins:
enable: true
config:
rejected_code: 503
count: 2
time_window: 5
key: remote_addr
Beta Was this translation helpful? Give feedback.
All reactions