mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
docs: add sample revocation for mongodb (#9245)
This commit is contained in:
parent
2648713fcd
commit
cf8eaacd4e
1 changed files with 8 additions and 0 deletions
|
|
@ -105,5 +105,13 @@ list the plugin does not support that statement type.
|
|||
}
|
||||
```
|
||||
|
||||
### Sample Revocation Statement
|
||||
|
||||
```json
|
||||
{
|
||||
"db": "vault-db"
|
||||
}
|
||||
```
|
||||
|
||||
[mongodb-write-concern]: https://docs.mongodb.com/manual/reference/write-concern/
|
||||
[mgo-safe]: https://godoc.org/gopkg.in/mgo.v2#Safe
|
||||
|
|
|
|||
Loading…
Reference in a new issue