mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
Fix the administrative banner for sys endpoints (#22888)
This commit is contained in:
@@ -12,8 +12,6 @@ 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 |
|
||||
@@ -85,8 +83,6 @@ $ curl \
|
||||
|
||||
## LIST plugins
|
||||
|
||||
@include 'alerts/restricted-admin.mdx'
|
||||
|
||||
This endpoint lists the plugins in the catalog by type.
|
||||
|
||||
| Method | Path |
|
||||
@@ -122,8 +118,6 @@ $ curl \
|
||||
|
||||
## Register plugin
|
||||
|
||||
@include 'alerts/restricted-admin.mdx'
|
||||
|
||||
This endpoint registers a new plugin, or updates an existing one with the
|
||||
supplied name.
|
||||
|
||||
@@ -181,8 +175,6 @@ $ 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
|
||||
@@ -229,8 +221,6 @@ $ 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