We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0c5f4 commit c9ead0eCopy full SHA for c9ead0e
docs/en/latest/reference/example.md
@@ -716,12 +716,12 @@ spec:
716
match:
717
paths:
718
- /ip
719
- authentication:
720
- enable: true
721
- type: keyAuth
722
- backends:
723
- - serviceName: httpbin
724
- servicePort: 80
+ authentication:
+ enable: true
+ type: keyAuth
+ backends:
+ - serviceName: httpbin
+ servicePort: 80
725
```
726
727
To enable other plugins:
@@ -745,9 +745,9 @@ spec:
745
count: 2
746
time_window: 10
747
rejected_code: 429
748
749
750
751
752
753
</TabItem>
0 commit comments