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:
@@ -15,5 +15,4 @@ from .utils import NamespacedClient as NamespacedClient
|
||||
class PluginsClient(NamespacedClient):
|
||||
alerting: Any
|
||||
index_management: Any
|
||||
security: Any
|
||||
def __init__(self, client: AsyncOpenSearch) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user