[O11y][MongoDB] Update README with support of LDAP authentication - #9526
Conversation
🚀 Benchmarks reportTo see the full report comment with |
|
|
||
| Additional URI Support for LDAP Authentication in MongoDB: | ||
|
|
||
| - URI: `mongodb://[username:password@]host[:port][/[defaultauthdb][?options]]` |
There was a problem hiding this comment.
Since the URI format mongodb://[username:password@]host[:port][/[defaultauthdb][?options]] has already been specified above in the Complex URI section, we can just include the example for Authentication into the Additional supported URI examples section, like so:
- Replica set:
mongodb://localhost:27017,localhost:27022,localhost:27023/?replicaSet=dbrs - Direct connection:
mongodb://localhost:27017/?directConnection=true
When using thedirectConnection=trueparameter in the connection URI, all operations are ..........etc! - Authentication:
mongodb://username:password@host:port/authSource=$external?authMechanism=PLAIN
When specifyingauthMechanismas PLAIN, it indicates .............etc!
|
Are we also updating the beats documentation? |
We can update the beats documentation. Let me create an another issue in beats repo for it, thanks! |
Issue: elastic/beats#38963 |
💚 Build Succeeded
History
cc @harnish-elastic |
|
|
Package mongodb - 1.13.3 containing this change is available at https://epr.elastic.co/search?package=mongodb |



Proposed commit message
Checklist
changelog.ymlfile.Related issues