Files
MaxScale/maxscale-system-test/cnf/maxscale.cnf.template.masking_auto_firewall
Johan Wikman 055b93ba1a MXS-1962 Create test for implicit masking firewall
By default, if some column should be masked, then if a function
is used in conjunction with that column, the statement should be
rejected.
2018-08-09 08:35:03 +03:00

50 lines
688 B
Plaintext

[maxscale]
threads=###threads###
maxlog=1
log_info=1
[server1]
type=server
address=###node_server_IP_1###
port=###node_server_port_1###
protocol=MySQLBackend
[TheMonitor]
type=monitor
module=mysqlmon
servers=server1
user=maxskysql
password=skysql
monitor_interval=1000
[Masking]
type=filter
module=masking
rules=/home/vagrant/masking_auto_firewall.json
warn_type_mismatch=always
large_payload=ignore
[RWS]
type=service
router=readwritesplit
servers=server1
user=maxskysql
password=skysql
filters=Masking
[RWS-Listener]
type=listener
service=RWS
protocol=MySQLClient
port=4006
[CLI]
type=service
router=cli
[CLI-Listener]
type=listener
service=CLI
protocol=maxscaled
socket=default