I have an issues with a user login to my quay-instance.
But with podman login with the same credentials or even a generated token, I always get a
gunicorn-registry stdout | 2024-07-27 00:17:45,196 [282] [ERROR] [auth.registry_jwt_auth] Invalid bearer token: Unknown service key
gunicorn-registry stdout | Traceback (most recent call last):
gunicorn-registry stdout | File "/quay-registry/auth/registry_jwt_auth.py", line 102, in identity_from_bearer_token
gunicorn-registry stdout | payload = decode_bearer_header(bearer_header, instance_keys, app.config)
gunicorn-registry stdout | File "/quay-registry/util/security/registry_jwt.py", line 51, in decode_bearer_header
gunicorn-registry stdout | return decode_bearer_token(encoded_jwt, instance_keys, config)
gunicorn-registry stdout | File "/quay-registry/util/security/registry_jwt.py", line 67, in wrapper
gunicorn-registry stdout | raise e
gunicorn-registry stdout | File "/quay-registry/util/security/registry_jwt.py", line 64, in wrapper
gunicorn-registry stdout | rv = func(*args, **kwargs)
gunicorn-registry stdout | File "/quay-registry/util/security/registry_jwt.py", line 102, in decode_bearer_token
gunicorn-registry stdout | raise InvalidBearerTokenException("Unknown service key")
gunicorn-registry stdout | util.security.registry_jwt.InvalidBearerTokenException: Unknown service key
gunicorn-registry stdout | 2024-07-27 00:17:45,197 [282] [ERROR] [util.http] Error 401: Unknown service key; Arguments: {'url': 'https://quay.example.com/v2/', 'status_code': 401, 'message': 'Unknown service key'} Any help is appreciated. :)