-
Notifications
You must be signed in to change notification settings - Fork 17
DOCSP-41818 Add Enterprise Authentication page #79
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
DOCSP-41818 Add Enterprise Authentication page #79
Conversation
✅ Deploy Preview for docs-java-rs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
norareidy
left a comment
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.
Nice work, left a few comments + a question!
norareidy
left a comment
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 with a couple small things
| - A connection string | ||
| - A ``MongoCredential`` factory method |
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.
S: to avoid starting list items with articles:
| - A connection string | |
| - A ``MongoCredential`` factory method | |
| - Connection string | |
| - ``MongoCredential`` factory method |
|
|
||
| To specify the GSSAPI additional properties, include the property in the | ||
| connection string as a URL parameter in the format: | ||
| ``<PROPERTY_NAME>:<value>`` |
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.
S:
| ``<PROPERTY_NAME>:<value>`` | |
| ``<PROPERTY_NAME>:<value>``. |
jyemin
left a comment
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.
There is nothing reactive-specific about any of this, so can I assume it's an exact copy from the sync Java driver? If so, LGTM.
@jyemin yes this is essentially a direct copy from the java sync page, just with edits to the copy to better match our style guide. The actual content and code is the same |
jyemin
left a comment
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.
I'm sad that we are copying files like this, but LGTM
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-41818
Staging - https://preview-mongodbjordansmith721.gatsbyjs.io/java-rs/DOCSP-41818-OIDC/security/enterprise-authentication/
Self-Review Checklist