-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dashboard support resource regex match #3304
dashboard support resource regex match #3304
Conversation
xiaofeiwang seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
The CLA needs to be signed before the code is merged. ✒️ |
change txt tips
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
It seems that the CLA was not signed successfully. You might need to add the email address used for this commit to your GitHub account. |
return this
|
|
…wangxiaof/Sentinel into feature/dashbord_resource_regex
close this pr and open new pr. |
Describe what this PR does / why we need it
Resource rules (flow/degrade/param/authority) support regex match
Does this pull request fix one issue?
#3303
Describe how you did it
dashboard frontend: tips support regex match
dashboard backend:(flow/degrade/param/authority)Entity add a regex field and support user choice on dashboard
Describe how to verify it
1、check (flow/degrade/param/authority) value of regex in memory
Special notes for reviews
this is a my first pr.