mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
[Docs] Fix typo in database sample request (#7492)
This commit is contained in:
parent
d6135f743f
commit
645ac174de
@ -300,7 +300,7 @@ $ curl \
|
||||
```json
|
||||
{
|
||||
"data": {
|
||||
"creation_statements": ["CREATE ROLE \"{{name}}\" WITH LOGIN PASSWORD '{{password}}' VALID UNTIL '{{expiration}}';"], "GRANT SELECT ON ALL TABLES IN SCHEMA public TO \"{{name}}\";"],
|
||||
"creation_statements": ["CREATE ROLE \"{{name}}\" WITH LOGIN PASSWORD '{{password}}' VALID UNTIL '{{expiration}}';", "GRANT SELECT ON ALL TABLES IN SCHEMA public TO \"{{name}}\";"],
|
||||
"db_name": "mysql",
|
||||
"default_ttl": 3600,
|
||||
"max_ttl": 86400,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user