Skip to content

Commit 5242053

Browse files
authored
Merge pull request #468 from docker/sandbox/realm
feat(realms): docker Sandbox
2 parents 454fc3b + c2c886c commit 5242053

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

x/realms/docker.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,11 @@ var (
4949
// OAuth configurations for supported MCP servers.
5050
DockerMCPOAuthDCR = secrets.MustParsePattern("docker/mcp/oauth-dcr/**")
5151
)
52+
53+
var (
54+
// DockerSandbox is the default realm used for Sandbox related secrets
55+
DockerSandbox = secrets.MustParsePattern("docker/sandbox/**")
56+
// DockerSandboxOAuth is the realm used for all Sandbox OAuth credentials
57+
// such as third-party tokens - this does not store the Docker Auth tokens.
58+
DockerSandboxOAuth = secrets.MustParsePattern("docker/sandbox/oauth/**")
59+
)

0 commit comments

Comments
 (0)