Skip to content

Commit c2c886c

Browse files
committed
feat(realms): docker Sandbox
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
1 parent 454fc3b commit c2c886c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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)