Add machine auth API key to ocs service

This commit is contained in:
Ishank Arora
2021-09-21 17:49:15 +02:00
parent 08c51ee8c8
commit fcd861f38f
6 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ func (a *accountsServiceBackend) getAccount(ctx context.Context, query string) (
})
if err != nil {
a.logger.Error().Err(err).Str("query", query).Msgf("error fetching from accounts-service")
a.logger.Error().Err(err).Str("query", query).Msgf("error fetching from accounts-service %+v", a.tokenManager)
status = http.StatusInternalServerError
return
}