Skip to content
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-44256 Add Kubernetes Support for OIDC #950

Merged
merged 4 commits into from
Dec 16, 2024

Conversation

lindseymoore
Copy link
Collaborator

@lindseymoore lindseymoore commented Dec 13, 2024

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-44256
Staging - https://deploy-preview-950--docs-node.netlify.app/fundamentals/authentication/enterprise-mechanisms/#kubernetes

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?

Copy link

netlify bot commented Dec 13, 2024

Deploy Preview for docs-node ready!

Name Link
🔨 Latest commit 3235c9e
🔍 Latest deploy log https://app.netlify.com/sites/docs-node/deploys/6760706a02c9600008cb1898
😎 Deploy Preview https://deploy-preview-950--docs-node.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 site configuration.

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/ 1 suggestion. Nice job!

Copy link
Collaborator

Choose a reason for hiding this comment

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

I can't add a comment on the line, but can you change :depth: to 2 at the top of the page? That way, the different OIDC options appear in the TOC on the right.

Copy link
Collaborator

@nbbeeken nbbeeken left a comment

Choose a reason for hiding this comment

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

super small nit, otherwise lgtm

.. code-block:: js
:emphasize-lines: 3-4

const { MongoClient } = require("mongodb");
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
const { MongoClient } = require("mongodb");
import { MongoClient } from "mongodb";

minor, but we should use the modern import syntax in our snippets

@lindseymoore lindseymoore merged commit 3e0e04e into mongodb:master Dec 16, 2024
5 checks passed
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