mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
docs: fix mongodb atlas username template doc (#12992)
This commit is contained in:
parent
926e788467
commit
ce89af30f4
2 changed files with 3 additions and 3 deletions
|
|
@ -26,6 +26,9 @@ has a number of parameters to further configure a connection.
|
|||
- `public_key` `(string: <required>)` – The Public Programmatic API Key used to authenticate with the MongoDB Atlas API.
|
||||
- `private_key` `(string: <required>)` - The Private Programmatic API Key used to connect with MongoDB Atlas API.
|
||||
- `project_id` `(string: <required>)` - The [Project ID](https://docs.atlas.mongodb.com/api/#project-id) the Database User should be created within.
|
||||
- `username_template` `(string)` - [Template](/docs/concepts/username-templating) describing how
|
||||
dynamic usernames are generated.
|
||||
|
||||
|
||||
### Sample Payload
|
||||
|
||||
|
|
|
|||
|
|
@ -25,9 +25,6 @@ In addition to the parameters defined by the Secrets Engines Backend, this plugi
|
|||
|
||||
- `public_key` `(string: <required>)` – The Public Programmatic API Key used to authenticate with the MongoDB Atlas API.
|
||||
- `private_key` `(string: <required>)` - The Private Programmatic API Key used to connect with MongoDB Atlas API.
|
||||
- `username_template` `(string)` - [Template](/docs/concepts/username-templating) describing how
|
||||
dynamic usernames are generated.
|
||||
|
||||
|
||||
### Sample Payload
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue