Skip to content

Commit

Permalink
docs: rename kms to secret (#8697)
Browse files Browse the repository at this point in the history
* change: rename kms to secret

* rename secret to secrets

* rename secret to secrets
  • Loading branch information
shreemaan-abhishek authored Jan 17, 2023
1 parent d852953 commit 75b67b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/en/latest/admin-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1350,13 +1350,13 @@ Stream Route resource request address: /apisix/admin/stream_routes/{id}
To learn more about filtering in stream proxies, check [this](./stream-proxy.md#more-route-match-options) document.
## kms
## Secret
kms means `Secrets Management`, which could use any secret manager supported, e.g. `vault`.
Secret means `Secrets Management`, which could use any secret manager supported, e.g. `vault`.
### kms API
### Secret API
kms resource request address: /apisix/admin/kms/{secretmanager}/{id}
Secret resource request address: /apisix/admin/secrets/{secretmanager}/{id}
### Request Methods
Expand Down Expand Up @@ -1392,7 +1392,7 @@ Example Configuration:
Example API usage:
```shell
curl -i http://127.0.0.1:9180/apisix/admin/kms/vault/test2 \
curl -i http://127.0.0.1:9180/apisix/admin/secrets/vault/test2 \
-H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
{
"uri": "http://xxx/get",
Expand Down

0 comments on commit 75b67b2

Please sign in to comment.