Skip to content

Commit

Permalink
Reduce privileges for SST-user
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Dec 11, 2023
1 parent 6fa4c59 commit 5022c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/galera/tasks/cluster_nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
mysql_user:
name: "{{ mariadb_cluster_user }}"
password: "{{ mariadb_cluster_password }}"
priv: "*.*:ALL"
priv: "*.*:GRANT RELOAD,PROCESS,LOCK TABLES,REPLICATION CLIENT ON"
state: present
login_user: root
login_password: "{{ mariadb_root_password }}"
Expand Down

0 comments on commit 5022c31

Please sign in to comment.