Skip to content

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

Merged
merged 6 commits into from
Jul 23, 2025

Conversation

norareidy
Copy link
Collaborator

@norareidy norareidy commented Jul 21, 2025

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-51407

Staging Links

  • security/authentication/aws-iam
  • security/authentication/scram
  • security/authentication/x509
  • security/authentication
  • Self-Review Checklist

    • Is this free of any warnings or errors in the RST?
    • Did you run a spell-check?
    • Did you run a grammar-check?
    • Are all the links working?
    • Are the facets and meta keywords accurate?
    • Are the page titles greater than 20 characters long and SEO relevant?

    Copy link

    netlify bot commented Jul 21, 2025

    Deploy Preview for docs-kotlin-sync ready!

    Name Link
    🔨 Latest commit 025246c
    🔍 Latest deploy log https://app.netlify.com/projects/docs-kotlin-sync/deploys/688144192460ba00086fe827
    😎 Deploy Preview https://deploy-preview-120--docs-kotlin-sync.netlify.app
    📱 Preview on mobile
    Toggle QR Code...

    QR Code

    Use your smartphone camera to open QR code link.

    To edit notification comments on pull requests, go to your Netlify project configuration.

    @docs-builder-bot
    Copy link

    docs-builder-bot commented Jul 21, 2025

    🔄 Deploy Preview for docs-kotlin-sync processing

    Item Details
    🔨 Latest Commit c2a9a0f87cd945bea675cc7146aa4ceb8c9903bb
    😎 Deploy Preview https://deploy-preview-120--docs-kotlin-sync.netlify.app
    🔍 Build Logs View Logs

    Copy link
    Collaborator

    @mongoKart mongoKart left a 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
    Copy link
    Collaborator

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    vale error:

    Suggested change
    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
    Copy link
    Collaborator

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    vale:

    Suggested change
    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.
    Copy link
    Collaborator

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    vale:

    Suggested change
    - ``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.
    Copy link
    Collaborator

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    vale:

    Suggested change
    - ``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.
    Copy link
    Collaborator

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    vale:

    Suggested change
    * ``hostname``: The network address of your MongoDB deployment, accessible by your client.
    * ``hostname``: The network address of your MongoDB deployment, open to your client.

    @norareidy norareidy marked this pull request as ready for review July 23, 2025 20:03
    @norareidy
    Copy link
    Collaborator Author

    LGTM w/ some Vale appeasements. Does the driver really just support those three mechanisms?

    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

    @norareidy norareidy merged commit db6738d into mongodb:comp-cov Jul 23, 2025
    6 checks passed
    @norareidy norareidy deleted the DOCSP-51407-auth-reorg branch July 23, 2025 20:26
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    3 participants