mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +00:00
MySQL - Add username customization (#10834)
This commit is contained in:
@@ -124,7 +124,7 @@ ssl-key=/etc/mysql/server-key.pem`
|
||||
|
||||
// //////////////////////////////////////////////////////
|
||||
// Test
|
||||
mysql := newMySQL(MetadataLen, MetadataLen, UsernameLen)
|
||||
mysql := newMySQL(DefaultUserNameTemplate)
|
||||
|
||||
conf := map[string]interface{}{
|
||||
"connection_url": retURL,
|
||||
|
||||
Reference in New Issue
Block a user