gardenlinux / python-gardenlinux-lib

Contains tools to work with the features directory of gardenlinux, for example deducting dependencies from feature sets or validating cnames
0 stars 0 forks source link

ghcr.io token authentication does not grant access #21

Closed Vincinator closed 3 months ago

Vincinator commented 3 months ago
Issue retrieving session url: {'errors': [{'code': 'UNAUTHORIZED', 'message': 'unauthenticated: User cannot be authenticated with the token provided.'}]}

Using same token with plain podman login ghcr.io and pushing an example image to the target works.

Vincinator commented 3 months ago

Possibly an (base64) encoding issue

Vincinator commented 3 months ago

Note: makefile env must NOT have enclosing "" around variables.