-
Notifications
You must be signed in to change notification settings - Fork 638
Add callout and short steps for auth to private registry #1255
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
|
Mintlify preview ID generated: preview-contro-1762189117-6d9ff6a |
|
|
||
| <Accordion title="Configure authentication for private registries (optional)"> | ||
|
|
||
| If your user deployments will use images from private container registries (e.g., AWS ECR, Azure ACR, private Docker registry), configure image pull secrets. This is a one-time infrastructure configuration that allows all deployments to automatically authenticate with your private registry. |
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.
Is user deployments a specific terminology that we're using or is user meant to distinguish from the one-time platform deployment?
I'm fine with using Agent Server deployment. That's the new name I think.
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.
Ah yes, I've switched to agent server, much prefer, thanks
| - `myregistry.com`: Your registry URL | ||
| - `your-username`: Your registry username | ||
| - `your-password`: Your registry password or access token | ||
| - `langsmith`: The namespace where LangSmith is installed |
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.
Suggestion: The namespace where --> The Kubernetes namespace where
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.
Done!
|
Mintlify preview ID generated: preview-contro-1762368214-8788dbf |
a118f3d to
c020a65
Compare
|
Mintlify preview ID generated: preview-contro-1762369780-264fcb8 |
Fixes DOC-413
Preview
Deploy with control plane: https://langchain-5e9cc07a-preview-contro-1762189117-6d9ff6a.mintlify.app/langsmith/deploy-with-control-plane#private-registry-authentication
Deploy full self-hosted platform: https://langchain-5e9cc07a-preview-contro-1762189117-6d9ff6a.mintlify.app/langsmith/deploy-self-hosted-full-platform (See accordion)