Re: [PR] feat(wolf): improve the error message when requesting to wolf failed [apisix]
github-actions[bot] closed pull request #12238: feat(wolf): improve the error message when requesting to wolf failed URL: https://github.com/apache/apisix/pull/12238 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] feat(wolf): improve the error message when requesting to wolf failed [apisix]
github-actions[bot] commented on PR #12238: URL: https://github.com/apache/apisix/pull/12238#issuecomment-3418154103 This pull request/issue has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] feat(wolf): improve the error message when requesting to wolf failed [apisix]
github-actions[bot] commented on PR #12238: URL: https://github.com/apache/apisix/pull/12238#issuecomment-3311555603 This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time or discuss it on the [email protected] list. Thank you for your contributions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] feat(wolf): improve the error message when requesting to wolf failed [apisix]
Baoyuantop commented on PR #12238: URL: https://github.com/apache/apisix/pull/12238#issuecomment-3030324083 Hi @gaoxingliang, can you get CI to pass? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] feat(wolf): improve the error message when requesting to wolf failed [apisix]
gaoxingliang commented on PR #12238: URL: https://github.com/apache/apisix/pull/12238#issuecomment-2899783771 Hi @moonming, this pr provides the ability to hide the wolf existence for user. previous version doesn't provide this ability. that's to say: if a user provides a wrong username or password, or any other error encountered, the user will receive a message: `request to wolf failed`. This pr provides a setting to customize this message eg, you can set it to : 'auth fail encountered.' Or do you mean I need to set the default error message to some other error instead of previous `request to wolf...`? I set it as default to keep compabalility. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] feat(wolf): improve the error message when requesting to wolf failed [apisix]
moonming commented on PR #12238: URL: https://github.com/apache/apisix/pull/12238#issuecomment-2896931808 @gaoxingliang thanks for this PR. I have a question, is it necessary to let the client know about the existence of the Wolf plugin? Of course, this was not introduced by this PR. Is just log local error ok? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
[PR] feat(wolf): improve the error message when requesting to wolf failed [apisix]
gaoxingliang opened a new pull request, #12238:
URL: https://github.com/apache/apisix/pull/12238
improve the error message when requesting to wolf failed and if the
username or password is wrong, give a more readable message.
### Description
improve the plugin `wolf-rbac`
Which issue(s) this PR fixes:
Fixes #12231
The main changes:
1, add a optional property `error_message` to customize the error message if
request wolf failed. because the user may don't need to know what wolf is.
2, if the username / password is wrong or user not found, return a more
readable message. and http code to 401 instead of 200.
3, test and doc is changed too.
### Checklist
- [x] I have explained the need for this PR and the problem it solves
- [x] I have explained the changes or the new features added to this PR
- [x] I have added tests corresponding to this change
- [x] I have updated the documentation to reflect this change
- [ ] I have verified that this change is backward compatible (If not,
please discuss on the [APISIX mailing
list](https://github.com/apache/apisix/tree/master#community) first)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
