Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Credentials lookup fails #167

Open
gesellix opened this issue Aug 2, 2021 · 0 comments
Open

Credentials lookup fails #167

gesellix opened this issue Aug 2, 2021 · 0 comments

Comments

@gesellix
Copy link
Owner

gesellix commented Aug 2, 2021

A docker login helps, but we should handle such cases more gracefully:

Caused by: groovy.lang.MissingPropertyException: No such property: auth for class: java.lang.String
        at de.gesellix.docker.client.authentication.FileStore$_getAuthConfigs_closure1.doCall(FileStore.groovy:23)
        at de.gesellix.docker.client.authentication.FileStore.getAuthConfigs(FileStore.groovy:23)
        at de.gesellix.docker.client.authentication.FileStore.getAuthConfig(FileStore.groovy:17)
        at de.gesellix.docker.client.authentication.CredsStore$getAuthConfig.call(Unknown Source)
        at de.gesellix.docker.client.authentication.ManageAuthenticationClient.readAuthConfig(ManageAuthenticationClient.groovy:66)
        at de.gesellix.docker.client.authentication.ManageAuthentication$readAuthConfig$0.callCurrent(Unknown Source)
        at de.gesellix.docker.client.authentication.ManageAuthenticationClient.readDefaultAuthConfig(ManageAuthenticationClient.groovy:49)
        at de.gesellix.docker.client.authentication.ManageAuthentication$readDefaultAuthConfig.call(Unknown Source)
        at de.gesellix.docker.client.DockerClientImpl.readDefaultAuthConfig(DockerClientImpl.groovy:56)
        at de.gesellix.docker.client.authentication.ManageAuthentication$readDefaultAuthConfig.call(Unknown Source)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant