kayx23 commented on code in PR #11417:
URL: https://github.com/apache/apisix/pull/11417#discussion_r1719493838


##########
docs/en/latest/terminology/secret.md:
##########
@@ -190,3 +191,105 @@ curl http://127.0.0.1:9180/apisix/admin/consumers \
 ```
 
 Through the above two steps, when the user request hits the `key-auth` plugin, 
the real value of the key in the Vault will be obtained through the APISIX 
Secret component.
+
+## Use AWS Secrets Manager to manage secrets
+
+Managing secrets with AWS Secrets Manager is a secure and convenient way to 
store and manage sensitive information. This method allows you to save secret 
information in AWS Secrets Manager and reference these secrets in a specific 
format when configuring APISIX plugins.
+
+APISIX currently supports two access methods: [long-term credential 
access](https://docs.aws.amazon.com/zh_cn/sdkref/latest/guide/access-iam-users.html)
 and [short-term credential 
access](https://docs.aws.amazon.com/zh_cn/sdkref/latest/guide/access-temp-idc.html).

Review Comment:
   ```suggestion
   APISIX currently supports two authentication methods: using [long-term 
credentials](https://docs.aws.amazon.com/sdkref/latest/guide/access-iam-users.html)
 and [short-term 
credentials](https://docs.aws.amazon.com/sdkref/latest/guide/access-temp-idc.html).
   ```



-- 
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

Reply via email to