File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 3939 // DockerHubStagingAuthenticationMetadata is a pointer to the default staging user signed in to Docker
4040 DockerHubStagingAuthenticationMetadata = secrets .MustParsePattern ("docker/auth/metadata/hub-staging/**" )
4141)
42+
43+ var (
44+ // DockerMCPDefault is the default realm used for MCP related secrets
45+ DockerMCPDefault = secrets .MustParsePattern ("docker/mcp/**" )
46+ // DockerMCPOAuth is the realm used for all MCP OAuth credentials retrieved by Docker.
47+ DockerMCPOAuth = secrets .MustParsePattern ("docker/mcp/oauth/**" )
48+ // DockerMCPOAuthDCR is the realm used to hold Dynamic Client Registered (DCR)
49+ // OAuth configurations for supported MCP servers.
50+ DockerMCPOAuthDCR = secrets .MustParsePattern ("docker/mcp/oauth-dcr/**" )
51+ )
You can’t perform that action at this time.
0 commit comments