mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
Update the username length for postgresql
This commit is contained in:
@@ -22,8 +22,8 @@ func New() (interface{}, error) {
|
||||
connProducer.Type = postgreSQLTypeName
|
||||
|
||||
credsProducer := &credsutil.SQLCredentialsProducer{
|
||||
DisplayNameLen: 4,
|
||||
UsernameLen: 16,
|
||||
DisplayNameLen: 10,
|
||||
UsernameLen: 63,
|
||||
}
|
||||
|
||||
dbType := &PostgreSQL{
|
||||
|
||||
Reference in New Issue
Block a user