mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
Add administrative namespace docs (#22581)
* Add administrative namespace section to namespaces docs * Tag sys endpoints with restricted admin alert --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,8 @@ once registered backends can use the plugin by querying the catalog.
|
||||
|
||||
## LIST plugins
|
||||
|
||||
@include 'alerts/restricted-admin.mdx'
|
||||
|
||||
This endpoint lists the plugins in the catalog by type.
|
||||
|
||||
| Method | Path |
|
||||
@@ -83,6 +85,8 @@ $ curl \
|
||||
|
||||
## LIST plugins
|
||||
|
||||
@include 'alerts/restricted-admin.mdx'
|
||||
|
||||
This endpoint lists the plugins in the catalog by type.
|
||||
|
||||
| Method | Path |
|
||||
@@ -118,6 +122,8 @@ $ curl \
|
||||
|
||||
## Register plugin
|
||||
|
||||
@include 'alerts/restricted-admin.mdx'
|
||||
|
||||
This endpoint registers a new plugin, or updates an existing one with the
|
||||
supplied name.
|
||||
|
||||
@@ -175,6 +181,8 @@ $ curl \
|
||||
|
||||
## Read plugin
|
||||
|
||||
@include 'alerts/restricted-admin.mdx'
|
||||
|
||||
This endpoint returns the configuration data for the plugin with the given name.
|
||||
|
||||
- **`sudo` required** – This endpoint requires `sudo` capability in addition to
|
||||
@@ -221,6 +229,8 @@ $ curl \
|
||||
|
||||
## Remove plugin from catalog
|
||||
|
||||
@include 'alerts/restricted-admin.mdx'
|
||||
|
||||
This endpoint removes the plugin with the given name.
|
||||
|
||||
- **`sudo` required** – This endpoint requires `sudo` capability in addition to
|
||||
|
||||
Reference in New Issue
Block a user