Skip to content

Commit

Permalink
Port latest changes - change vt_dba grant
Browse files Browse the repository at this point in the history
Similar to 134463b

Signed-off-by: Sina Siadat <[email protected]>
  • Loading branch information
siadat committed Oct 9, 2024
1 parent a843704 commit 66ca9f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/endtoend/operator/101_initial_cluster_autoscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ stringData:
CREATE USER 'vt_dba'@'localhost';
GRANT ALL ON *.* TO 'vt_dba'@'localhost';
GRANT GRANT OPTION ON *.* TO 'vt_dba'@'localhost';
GRANT PROXY ON ''@'' TO 'vt_dba'@'localhost' WITH GRANT OPTION;
# User for app traffic, with global read-write access.
CREATE USER 'vt_app'@'localhost';
Expand Down

0 comments on commit 66ca9f2

Please sign in to comment.