Re: [PR] feat(wolf): improve the error message when requesting to wolf failed [apisix]

2025-07-02 Thread via GitHub


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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] feat(wolf): improve the error message when requesting to wolf failed [apisix]

2025-05-21 Thread via GitHub


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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] feat(wolf): improve the error message when requesting to wolf failed [apisix]

2025-05-21 Thread via GitHub


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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] feat(wolf): improve the error message when requesting to wolf failed [apisix]

2025-05-20 Thread via GitHub


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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org