Skip to content

Commit

Permalink
docs: add sample revocation for mongodb (#9245)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvn authored Jun 17, 2020
1 parent 2648713 commit cf8eaac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/pages/api-docs/secret/databases/mongodb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cf8eaac

Please sign in to comment.