mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-24 20:21:09 +01:00
Make documentation match API example (#4809)
Quick and easy change to make the passwords match.
This commit is contained in:
parent
10e725f71d
commit
62c472399c
@ -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
|
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
|
not necessary that Vault has the sa login, but the user must have privileges
|
||||||
to create logins and manage processes. The fixed server roles
|
to create logins and manage processes. The fixed server roles
|
||||||
`securityadmin` and `processadmin` are examples of built-in roles that grant
|
`securityadmin` and `processadmin` are examples of built-in roles that grant
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user