mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Fix connection_url in AzureSQL Config Example in Secret Engine Docs (#12803)
* remove newline in azuresql example conn url * add changelog * remove changelog
This commit is contained in:
parent
0ca3b0500c
commit
8c0cea56d9
1 changed files with 1 additions and 2 deletions
|
|
@ -105,8 +105,7 @@ First, we mount a database backend at the azuresql path with `vault secrets enab
|
|||
```shell-session
|
||||
$ vault write azuresql/config/testvault \
|
||||
plugin_name=mssql-database-plugin \
|
||||
connection_url='server=hashisqlserver.database.windows.net;port=1433; \
|
||||
user id=admin;password=pAssw0rd;database=test-vault;app name=vault;' \
|
||||
connection_url='server=hashisqlserver.database.windows.net;port=1433;user id=admin;password=pAssw0rd;database=test-vault;app name=vault;' \
|
||||
allowed_roles="test"
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue