Move security api from plugins to clients (#442)
* fix(security): move security api from plugins to clients Signed-off-by: florian <florian@harfanglab.fr> * chore(CHANGELOG): update CHANGELOG for the PR#442 Signed-off-by: florian <florian@harfanglab.fr> --------- Signed-off-by: florian <florian@harfanglab.fr>
This commit is contained in:
@@ -28,6 +28,7 @@ clients/ingest_client
|
||||
clients/indices_client
|
||||
clients/nodes_client
|
||||
clients/remote_client
|
||||
clients/security_client
|
||||
clients/snapshot_client
|
||||
clients/tasks_client
|
||||
clients/features_client
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# Security Client
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: opensearchpy.clients.security.SecurityClient
|
||||
```
|
||||
@@ -9,5 +9,4 @@ maxdepth: 1
|
||||
|
||||
plugins/alerting_plugin
|
||||
plugins/index_management_plugin
|
||||
plugins/security_plugin
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
# Security Plugin
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: opensearchpy.plugins.security.SecurityClient
|
||||
```
|
||||
Reference in New Issue
Block a user