#Hi,

1 messages · Page 1 of 1 (latest)

hazy badge
#
...
9   : │ │ connecting to engine DONE [3.1s]
13  : │ │ starting session
13  : │ │ starting session DONE [0.1s]

14  : consuming /v1/traces

1   : -h
2   : │ connect DONE [19.2s]
15  : │ load module
16  : │ │ finding module configuration

14  : consuming /v1/traces DONE [0.1s]

17  : consuming /v1/logs
17  : consuming /v1/logs DONE [0.0s]

18  : consuming /v1/metrics
18  : consuming /v1/metrics DONE [0.0s]

19  : moduleSource(refString: "https://gitlab.com/my-group/daggerverse.git/my-module"): ModuleSource!
19  : moduleSource ERROR [1.2s]
19  : ! failed to resolve git src to commit: failed to load cache key: error fetching default branch for repository https://gitlab.com/my-group/daggerverse.git: git error: exit status 128
stderr:
remote: HTTP Basic: Access denied. If a password was provided for Git authentication, the password was incorrect or you're required to use a token instead of a password. If a token was provided, it was either incorrect, expired, or improperly scoped. See https://gitlab.com/help/topics/git/troubleshooting_git.md#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://gitlab.com/my-group/daggerverse.git/'
#

hmmm... do I want to configure git credentials for the dagger client or the engine?

hazy badge
hazy badge
#

aha, looks like dagger is using a different username than gitlab-ci-token