Skip to content

Commit

Permalink
MongoDB Atlas: Add username customization docs (#11943)
Browse files Browse the repository at this point in the history
* MongoDB Atlas: Add username customization docs

* add changelog

* remove changelog; it was added to the relevant go.mod update PR
  • Loading branch information
fairclothjm committed Jul 6, 2021
1 parent dd39e01 commit 7e2d678
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/content/api-docs/secret/mongodbatlas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ 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

Expand Down

0 comments on commit 7e2d678

Please sign in to comment.