mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 11:42:50 +01:00
MYSQL Module - Modify network for fleetdb user
This commit is contained in:
@@ -57,7 +57,7 @@ so-mysql:
|
|||||||
- 0.0.0.0:3306:3306
|
- 0.0.0.0:3306:3306
|
||||||
- environment:
|
- environment:
|
||||||
- MYSQL_ROOT_HOST={{ MASTERIP }}
|
- MYSQL_ROOT_HOST={{ MASTERIP }}
|
||||||
- MYSQL_ROOT_PASSWORD={{ MYSQLPASS }}
|
- MYSQL_ROOT_PASSWORD=/etc/mypass
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so/conf/mysql/etc/my.cnf:/etc/my.cnf:ro
|
- /opt/so/conf/mysql/etc/my.cnf:/etc/my.cnf:ro
|
||||||
- /opt/so/conf/mysql/etc/mypass:/etc/mypass
|
- /opt/so/conf/mysql/etc/mypass:/etc/mypass
|
||||||
@@ -81,4 +81,5 @@ fleetdbpriv:
|
|||||||
mysql_grants.present:
|
mysql_grants.present:
|
||||||
- grant: all privileges
|
- grant: all privileges
|
||||||
- database: fleet.*
|
- database: fleet.*
|
||||||
- user: fleet
|
- user: fleetdbuser
|
||||||
|
- host: 172.17.0.0/255.255.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user