Move security api from plugins to clients (#442)

* fix(security): move security api from plugins to clients

Signed-off-by: florian <[email protected]>

* chore(CHANGELOG): update CHANGELOG for the PR#442

Signed-off-by: florian <[email protected]>

---------

Signed-off-by: florian <[email protected]>
This commit is contained in:
florianvazelle
2023-07-21 13:07:20 -04:00
committed by GitHub
parent 4dba35deea
commit 5dc51d4b7f
17 changed files with 17 additions and 15 deletions
@@ -0,0 +1,5 @@
# Security Client
```{eval-rst}
.. autoclass:: opensearchpy.clients.security.SecurityClient
```