docs: add sample revocation for mongodb (#9245)

This commit is contained in:
Calvin Leung Huang 2020-06-17 08:25:56 -07:00 committed by GitHub
parent 2648713fcd
commit cf8eaacd4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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