-
Notifications
You must be signed in to change notification settings - Fork 32
Clarify proxy registry token endpoint behavior #3784
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
Add note to custom domains documentation explaining that /v2/token authentication endpoints are expected behavior for the Docker Registry v2 API. This helps customers understand that anonymous tokens appearing in whitelabeled registry URLs are standard Docker registry behavior and not a security concern. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| - **Proxy registry:** Images can be proxied from external private registries using the Replicated proxy registry. By default, the proxy registry uses the domain `proxy.replicated.com`. Replicated recommends using a CNAME such as `proxy.{your app name}.com`. | ||
|
|
||
| :::note | ||
| The default location for the image used by the Replicated SDK Helm chart is `proxy.replicated.com/library/replicated-sdk-image`. When you configure a custom domain for the Replicated proxy registry, the SDK is pulled from that custom domain. For more information about the Replicated SDK, see [About the Replicated SDK](/vendor/replicated-sdk-overview). |
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 did a little reworking to make sure the info in this note was fully captured over under Use a Custom Domain for the Replicated SDK Image in Using Custom Domains. My goal was to avoid doubling up on notes. (After looking at it again, this SDK image note didn't really need to be over here anyway)
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.
Thank you!
Summary
Adds clarifying note to the custom domains documentation explaining that
/v2/tokenauthentication endpoints are expected behavior for the Docker Registry v2 API.Context
A customer was confused and concerned when they saw JWT tokens in whitelabeled registry URLs like:
This is actually harmless anonymous token behavior that is standard for Docker registries to allow pulling public images.
Changes
docs/vendor/custom-domains.mdexplaining:/v2/tokenendpoints are part of standard Docker Registry v2 APITest plan
🤖 Generated with Claude Code