mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
correct typo (#28077)
This commit is contained in:
parent
b20e3120c8
commit
e4309e2a1a
2 changed files with 4 additions and 1 deletions
3
changelog/28076.txt
Normal file
3
changelog/28076.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:improvement
|
||||
website/docs: corrected invalid json in sample payload for azure secrets engine create/update role
|
||||
```
|
||||
|
|
@ -241,7 +241,7 @@ information about roles.
|
|||
"ttl": 3600,
|
||||
"max_ttl": "24h",
|
||||
"sign_in_audience": "AzureADMyOrg",
|
||||
"tags": "team:engineering","environment:development"
|
||||
"tags": "team:engineering, environment:development"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue