ChristopherSchultz opened a new issue, #234:
URL: https://github.com/apache/tooling-trusted-release/issues/234
After issue #230 was fixed, I decided to re-upload the KEYS file from Tomcat
and I got an error:
`ASF UID schultz is not a member of tomcat`
I'm ... uhh, *definitely* a member of the tomcat LDAP group.
Here is the backtrace:
```
Traceback (most recent call last):
File "/opt/atr/.venv/lib/python3.13/site-packages/quart/app.py", line
1500, in full_dispatch_request
result = await self.dispatch_request(request_context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/atr/.venv/lib/python3.13/site-packages/quart/app.py", line
1597, in dispatch_request
return await self.ensure_async(handler)(**request_.view_args) # type:
ignore[return-value]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/atr/atr/route.py", line 375, in wrapper
future = coro.send(None)
File "/opt/atr/.venv/lib/python3.13/site-packages/asfquart/auth.py", line
144, in require_wrapper
return await func()
^^^^^^^^^^^^
File "/opt/atr/atr/route.py", line 438, in wrapper
return await func(enhanced_session, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/atr/atr/routes/keys.py", line 474, in upload
wacm = write.as_committee_member(selected_committee)
File "/opt/atr/atr/storage/__init__.py", line 256, in as_committee_member
return self.as_committee_member_outcome(committee_name).result_or_raise()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/opt/atr/atr/storage/outcome.py", line 104, in result_or_raise
raise self.__error
atr.storage.AccessError: ASF UID schultz is not a member of tomcat
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]