-
Notifications
You must be signed in to change notification settings - Fork 10
DOCSP-51407: Auth reorganization #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for docs-kotlin-sync ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🔄 Deploy Preview for docs-kotlin-sync processing
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM w/ some Vale appeasements. Does the driver really just support those three mechanisms?
|
||
.. note:: | ||
|
||
For the AWS SDK for Java v2, the Java driver currently tests by using the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vale error:
For the AWS SDK for Java v2, the Java driver currently tests by using the | |
For the AWS SDK for Java v2, the Java driver tests by using the |
For the AWS SDK for Java v2, the Java driver currently tests by using the | ||
``software.amazon.awssdk:auth:2.30.31`` dependency. | ||
|
||
For the AWS SDK for Java v1, the Java driver currently tests by using the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vale:
For the AWS SDK for Java v1, the Java driver currently tests by using the | |
For the AWS SDK for Java v1, the Java driver tests by using the |
|
||
- ``db_username``: Your MongoDB database username. | ||
- ``db_password``: Your MongoDB database user's password. | ||
- ``hostname``: The network address of your MongoDB deployment, accessible by your client. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vale:
- ``hostname``: The network address of your MongoDB deployment, accessible by your client. | |
- ``hostname``: The network address of your MongoDB deployment, open to your client. |
|
||
- ``db_username``: Your MongoDB database username. | ||
- ``db_password``: Your MongoDB database user's password. | ||
- ``hostname``: The network address of your MongoDB deployment, accessible by your client. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vale:
- ``hostname``: The network address of your MongoDB deployment, accessible by your client. | |
- ``hostname``: The network address of your MongoDB deployment, open to your client. |
The examples in this section show how to specify the ``X.509`` authentication mechanism | ||
and use the following placeholder values: | ||
|
||
* ``hostname``: The network address of your MongoDB deployment, accessible by your client. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vale:
* ``hostname``: The network address of your MongoDB deployment, accessible by your client. | |
* ``hostname``: The network address of your MongoDB deployment, open to your client. |
These are the only mechanisms currently covered in the Kotlin Sync docs. It seems like there are others supported, but since this is a reorganization ticket for the existing sections I think that's outside the scope - but I'll create a ticket |
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-51407
Staging Links
Self-Review Checklist