Make documentation match API example (#4809)
Quick and easy change to make the passwords match.
This commit is contained in:
parent
c3b7d1fbb6
commit
fadb3eb6fd
|
@ -42,7 +42,7 @@ more information about setting up the database secrets engine.
|
|||
```
|
||||
|
||||
In this case, we've configured Vault with the user "sa" and password
|
||||
"Password!", connecting to an instance at "localhost" on port 1433. It is
|
||||
"yourStrong(!)Password", connecting to an instance at "localhost" on port 1433. It is
|
||||
not necessary that Vault has the sa login, but the user must have privileges
|
||||
to create logins and manage processes. The fixed server roles
|
||||
`securityadmin` and `processadmin` are examples of built-in roles that grant
|
||||
|
|
Loading…
Reference in New Issue