Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This article explains security controls that Cloudaware designed and implemented into Breeze Agent and Breeze Server.

Table of Contents

Breeze Agent

Breeze runs as a scheduled task on Windows and Linux hosts every 15 minutes. Breeze Agent retrieves list of plugins to execute from the Breeze Server and then executes these plugins every time it runs. Each plugin includes additional logic.

...

In order to build better transparency and trust between software vendor and customer, Cloudaware does not ship any binaries. Customer can review all the code for the installer, agent and plugins. Customers can additionally request read-only access to the Breeze Server software as well. 

Directory Structure

Code Block
etc/

Contains the application configuration file in JSON format.

Code Block
etc/ssl/

Contains the Breeze agent certificate and the private key.

Code Block
install/

Contains the scheduler configuration files for crond and systemd which are used during the agent installation.

Code Block
lib/

The agent core libraries. This directory is synchronized with the server.

Code Block
lib/breeze/facter/facts.d

The agent core Facts.

Code Block
plugins/

The plugins directory which is synchronized with the Breeze server.