Skip to content

Commit

Permalink
Merge pull request #151 from Kuadrant/fix-rlp-sample
Browse files Browse the repository at this point in the history
Update RLP sample
  • Loading branch information
openshift-merge-bot[bot] authored Nov 13, 2024
2 parents 6636197 + 526066a commit 833a2a6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/KuadrantRateLimitPolicyCreatePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,14 @@ const KuadrantRateLimitPolicyCreatePage: React.FC = () => {
rates: [
{
limit: 100,
duration: 1,
unit: 'second',
window: '1s',
},
{
limit: 1000,
duration: 1,
unit: 'minute',
window: '1m',
},
],
counters: ['auth.identity.username'],
counters: [{ expression: 'auth.identity.username' }],
},
},
},
Expand Down

0 comments on commit 833a2a6

Please sign in to comment.