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:
florianvazelle
2023-07-21 19:07:20 +02:00
committed by GitHub
parent 4dba35deea
commit 5dc51d4b7f
17 changed files with 17 additions and 15 deletions
+1
View File
@@ -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
```
-1
View File
@@ -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
```