-
Notifications
You must be signed in to change notification settings - Fork 49
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
Conversation
✅ Deploy Preview for docs-node ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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/ 1 suggestion. Nice job!
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 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.
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.
super small nit, otherwise lgtm
.. code-block:: js | ||
:emphasize-lines: 3-4 | ||
|
||
const { MongoClient } = require("mongodb"); |
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.
const { MongoClient } = require("mongodb"); | |
import { MongoClient } from "mongodb"; |
minor, but we should use the modern import syntax in our snippets
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