Closed vikman90 closed 2 days ago
docker build -t mock .
docker run --rm -P mock
api/v1/authentication
: return a JWT token.
/stateful
and /stateless
responses with body logging.lib
into config
.Dockerfile
: just use the Imposter image.keytool
.
Description
To thoroughly test the Wazuh Agent’s interaction with a server, we need to set up a mock server capable of handling several key use cases. Specifically, this includes:
To implement this, we will create a Docker container using Imposter as the mock server, which will facilitate these tests in a controlled environment.
Requirements
Tasks