We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b1de7 commit 82c4d47Copy full SHA for 82c4d47
x/realms/docker.go
@@ -18,3 +18,6 @@ var (
18
DockerRegistryAuthentication = secrets.MustParsePattern("docker/auth/registry/docker/**")
19
DockerRegistryStagingAuthentication = secrets.MustParsePattern("docker/auth/registry/docker-staging/**")
20
)
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