wazuh / wazuh-indexer-plugins

GNU Affero General Public License v3.0
1 stars 3 forks source link

Implement authentication to the `M_API` #121

Closed AlexRuiz7 closed 1 month ago

AlexRuiz7 commented 1 month ago

Description

This PR implements the authentication logic into the Management API and the token management. The token is refresh automatically when needed, at a maximum of 3 retries.

Issues Resolved

Closes #117