Skip to content

Commit 82c4d47

Browse files
committed
feat(realms): docker hub metadata
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
1 parent 03b1de7 commit 82c4d47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x/realms/docker.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ var (
1818
DockerRegistryAuthentication = secrets.MustParsePattern("docker/auth/registry/docker/**")
1919
DockerRegistryStagingAuthentication = secrets.MustParsePattern("docker/auth/registry/docker-staging/**")
2020
)
21+
22+
// DockerHubAuthenticationMetadata is a pointer to the default user signed in to Docker
23+
var DockerHubAuthenticationMetadata = secrets.MustParsePattern("docker/auth/metadata/hub/**")

0 commit comments

Comments
 (0)