soulbird commented on code in PR #8394:
URL: https://github.com/apache/apisix/pull/8394#discussion_r1034263159
##########
docs/en/latest/admin-api.md:
##########
@@ -1119,3 +1120,65 @@ Route used in the [Stream Proxy](./stream-proxy.md).
To learn more about filtering in stream proxies, check
[this](./stream-proxy.md#more-route-match-options) document.
[Back to TOC](#table-of-contents)
+
+## kms
+
+**API**: /apisix/admin/kms/{secretmanager}/{id}
+
+kms means `Secrets Management`, which could use any secret manager supported,
e.g. `vault`.
Review Comment:
There is currently no good acronym to summarize `secrets management`, kms
seems relatively appropriate. I think we can weaken kms first without
explaining it. So is it better to change it to something like this:
With the kms resource, you can use any secrets management service already
supported in APISIX. @spacewander
--
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]