mangoGoForward commented on a change in pull request #6039: URL: https://github.com/apache/apisix/pull/6039#discussion_r780860328
########## File path: docs/en/latest/plugins/basic-auth.md ########## @@ -39,10 +39,11 @@ For more information on Basic authentication, refer to [Wiki](https://en.wikiped ## Attributes -| Name | Type | Requirement | Default | Valid | Description | -| -------- | ------ | ----------- | ------- | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| username | string | required | | | Different `consumer` should have different value which is unique. When different `consumer` use a same `username`, a request matching exception would be raised. | -| password | string | required | | | the user's password | +| Name | Type | Requirement | Default | Valid | Description | +| -------- | ------ | ----------- | ------- | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| username | string | required | | | Different `consumer` should have different value which is unique. When different `consumer` use a same `username`, a request matching exception would be raised. | +| password | string | required | | | the user's password | +| hide_auth_header | boolean | optional | false | | Whether to return the Authentication request headers to the upstream. | Review comment: Done. -- 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]
