Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: rename kms to secret #8697

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/secret/{secretmanager}/{id}
SylviaBABY marked this conversation as resolved.
Show resolved Hide resolved
shreemaan-abhishek marked this conversation as resolved.
Show resolved Hide resolved

### 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/secret/vault/test2 \
shreemaan-abhishek marked this conversation as resolved.
Show resolved Hide resolved
-H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
{
"uri": "http://xxx/get",
Expand Down