Download the PHP package anglemx/audit-bundle without Composer
On this page you can find all versions of the php package anglemx/audit-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download anglemx/audit-bundle
More information about anglemx/audit-bundle
Files in anglemx/audit-bundle
Package audit-bundle
Short Description Audit Bundle to produce automated reports for OS (Ubuntu) and DB (MySQL) privileged access
License MIT
Homepage https://github.com/Angle/AuditBundle
Informations about the package audit-bundle
Angle Audit Bundle
Audit Bundle for Symfony 5.4+ to produce automated reports for OS (Ubuntu) and DB (MySQL) privileged access
Highly opinionated Angle deployment model, built on top of Symfony.
Installation
Install composer dependency:
Make sure that the Bundle has been enabled and auto-wired in the bundles.php
file.
Usage
Available report commands:
Requirements
Standard Angle symfony application setup
- MySQL Database
- Ubuntu 18.04 - 22.04 Operating System
- SwiftMailer
Application is installed in /var/www/
Configuration
Server-update.sh
This will write to a file called symfony-update.log
at the root of the project, where server-update.sh
is run.
Verify that the following lines are included in your server-update.sh
script:
Before the server update runs:
After the server-update.sh completes:
server-update.sh script should write its updates to symfony-update.log
on the root dir
Mailer Configuration
Uses SwiftMailer (which is now deprecated in Symfony).
An .env variable called MAILER_FROM
is required to be defined with a valid email address.
Auth (sshd
) Configurations
Verify sshd
log verbosity
Open the config file at /etc/ssh/sshd_config
:
That is the default for Ubuntu 22.04, but verify that is the case.
Configure rsyslog
to log sshd
to a special location
Create a file 60-sshd.conf
with the following line on it:
Then copy it:
Then test the configuration to make sure everything is OK:
Finally, restart the engine:
All versions of audit-bundle with dependencies
anglemx/php-utilities Version ^1.0
symfony/dependency-injection Version ^5.4
symfony/framework-bundle Version ^5.4
doctrine/doctrine-bundle Version ^2.8
doctrine/doctrine-migrations-bundle Version ^3.2.4
symfony/swiftmailer-bundle Version ^3.1
doctrine/orm Version ^2.14