starsz opened a new issue, #8122: URL: https://github.com/apache/apisix/issues/8122
### Description Hello, I found that now those auth plugins had support "hide_credentials" | plugin | field | url | | ---- | ---- | ---- | | key-auth | hide_credentials | https://apisix.apache.org/docs/apisix/next/plugins/key-auth/ | | basic-auth | hide-credentials | https://apisix.apache.org/docs/apisix/next/plugins/basic-auth/ | | hmac-auth | keep_headers | https://apisix.apache.org/docs/apisix/next/plugins/hmac-auth/ | But `jwt-auth` plugin doesn't support hiding credentials so we will get the credentials at upstream. It may cause some security problems. I think we should support it. -- 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]
