Skip to content

Commit

Permalink
Remove not needed audit plugin for SSL test
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 24, 2025
1 parent 188a0e3 commit 7d51494
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ services:
db_server:
image: ${DB:-mariadb:11}
command:
- "--plugin_load_add=server_audit"
- "--server_audit=FORCE_PLUS_PERMANENT"
- "--server_audit_events=connect"
- "--server_audit_logging"
#- "--server_audit_file_path=/var/log/mariadb-audit/audit.log"
- "--ssl-ca=/etc/phpmyadmin/ssl/ca-cert.pem"
- "--ssl-cert=/etc/phpmyadmin/ssl/server-cert.pem"
- "--ssl-key=/etc/phpmyadmin/ssl/server-key.pem"
- "--require-secure-transport=ON"
- "--server-audit-logging=ON"
environment:
MARIADB_USER: secure-user
MARIADB_PASSWORD: "${TESTSUITE_PASSWORD:-my-secret-pw}"
Expand Down

0 comments on commit 7d51494

Please sign in to comment.