Skip to content

Commit

Permalink
doc: Update Atlas SP db_role_to_execute info. (#2508)
Browse files Browse the repository at this point in the history
* (DOCSP-41590) Updating Atlas SP db_role_to_execute info.

* Update docs/resources/stream_connection.md

Co-authored-by: kanchana-mongodb <[email protected]>

---------

Co-authored-by: kanchana-mongodb <[email protected]>
  • Loading branch information
lmkerbey-mdb and kanchana-mongodb authored Aug 15, 2024
1 parent 745c8b6 commit d77d5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/stream_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ If `type` is of value `Kafka` the following additional arguments are defined:

### DBRoleToExecute

* `role` - The name of the role to use. Can be a built in role or a custom role.
* `role` - The name of the role to use. Value can be `atlasAdmin`, `readWriteAnyDatabase`, or `readAnyDatabase` if `type` is set to `BUILT_IN`, or the name of a user-defined role if `type` is set to `CUSTOM`.
* `type` - Type of the DB role. Can be either BUILT_IN or CUSTOM.

## Import
Expand Down

0 comments on commit d77d5b2

Please sign in to comment.