mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 04:16:31 +02:00
Update the username length for postgresql
This commit is contained in:
parent
6684e5c91d
commit
445a0e339b
@ -22,8 +22,8 @@ func New() (interface{}, error) {
|
||||
connProducer.Type = postgreSQLTypeName
|
||||
|
||||
credsProducer := &credsutil.SQLCredentialsProducer{
|
||||
DisplayNameLen: 4,
|
||||
UsernameLen: 16,
|
||||
DisplayNameLen: 10,
|
||||
UsernameLen: 63,
|
||||
}
|
||||
|
||||
dbType := &PostgreSQL{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user