AlinsRan commented on code in PR #1018: URL: https://github.com/apache/apisix-ingress-controller/pull/1018#discussion_r879087532
########## docs/en/latest/practices/enable-authentication-and-restriction.md: ########## @@ -27,36 +27,124 @@ Consumers are used for the authentication method controlled by Apache APISIX, if ## Attributes -### Authentication +### Authentication methods -#### [`keyAuth`](https://apisix.apache.org/docs/apisix/plugins/key-auth/) +#### `keyAuth` -Consumers add their key either in a header `apikey` to authenticate their requests. +Consumers add their key either in a header `apikey` to authenticate their requests. For more information about `keyAuth`, please refer to [APISIX jwt-auth](https://apisix.apache.org/docs/apisix/plugins/key-auth/). + +<details> Review Comment: My idea is that there are many authentication methods we haven't written in. If we add configuration to each one later, it may appear very bloated. I think the display effect will be better if we use it. Users can choose the configuration content they care about. What do you think? -- 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]
