docs: updated remaining screenshots of plugins (#3761)
Co-authored-by: 琚致远 <juzhiyuan@apache.org>
@ -40,7 +40,7 @@ The technical architecture of Apache APISIX:
|
||||
|
||||
- Mailing List: Mail to dev-subscribe@apisix.apache.org, follow the reply to subscribe the mailing list.
|
||||
- QQ Group - 578997126
|
||||
- [Slack Workspace](https://join.slack.com/t/the-asf/shared_invite/zt-lcbw4olf-_5s17RLU0Cx8xTvj2bNbjg) - join `#apisix` on our Slack to meet the team and ask questions
|
||||
- [Slack Workspace](https://join.slack.com/t/the-asf/shared_invite/zt-mrougyeu-2aG7BnFaV0VnAT9_JIUVaA) - join `#apisix` on our Slack to meet the team and ask questions
|
||||
- ![Twitter Follow](https://img.shields.io/twitter/follow/ApacheAPISIX?style=social) - follow and interact with us using hashtag `#ApacheAPISIX`
|
||||
- [bilibili video](https://space.bilibili.com/551921247)
|
||||
- **Good first issues**:
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 87 KiB |
BIN
docs/assets/images/plugin/hmac-auth-1.png
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
docs/assets/images/plugin/hmac-auth-2.png
Normal file
After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 87 KiB |
@ -73,6 +73,12 @@ curl http://127.0.0.1:9080/apisix/admin/consumers -H 'X-API-KEY: edd1c9f034335f1
|
||||
|
||||
The default `keep_headers` is false and `encode_uri_params` is true.
|
||||
|
||||
You can visit the dashboard to complete the above operations through the web interface, first add a consumer:
|
||||
![](../../../assets/images/plugin/hmac-auth-1.png)
|
||||
|
||||
Then add the hmac-auth plugin to the consumer page:
|
||||
![](../../../assets/images/plugin/hmac-auth-2.png)
|
||||
|
||||
2. add a Route or add a Service, and enable the `hmac-auth` plugin
|
||||
|
||||
```shell
|
||||
|