mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
fix(metadb): fixes for dynamo and bolt (#2884)
* chore(dynamodb): refactor multiple apikey metadb calls into a single one Signed-off-by: Andrei Aaron <aaaron@luxoft.com> * fix(metadb): wrong error message in PatchDB() implementation Signed-off-by: Andrei Aaron <aaaron@luxoft.com> --------- Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
@@ -129,6 +129,7 @@ var (
|
||||
ErrMissingAuthHeader = errors.New("required authorization header is missing")
|
||||
ErrUserAPIKeyNotFound = errors.New("user info for given API key hash not found")
|
||||
ErrUserSessionNotFound = errors.New("user session for given ID not found")
|
||||
ErrInvalidMetaDBVersion = errors.New("unrecognized version meta")
|
||||
ErrBucketDoesNotExist = errors.New("bucket does not exist")
|
||||
ErrOpenIDProviderDoesNotExist = errors.New("openid provider does not exist in given config")
|
||||
ErrHashKeyNotCreated = errors.New("cookiestore generated random hash key is nil, aborting")
|
||||
|
||||
Reference in New Issue
Block a user