alitheg commented on issue #948:
URL:
https://github.com/apache/tooling-trusted-releases/issues/948#issuecomment-4269191173
I can reproduce it that way too - secrets are correctly chmod'ed to 400. If
you make sure your `secrets/curated/secrets.ini` *doesn't* contain PUBSUB_URL,
then add it as an environment var to serve local:
```
serve-local:
@scripts/check-certs
@scripts/check-perms
APP_HOST=localhost.apache.org:8080 DISABLE_CHECK_CACHE=1
PUBSUB_URL=http://pubsub.apache.org TESTS=1 \
SSH_HOST=127.0.0.1 uv run --frozen hypercorn --bind $(BIND) \
--keyfile hypercorn/secrets/localhost.apache.org+2-key.pem \
--certfile hypercorn/secrets/localhost.apache.org+2.pem \
atr.server:app --debug --reload --worker-class uvloop
```
That reliably errors out for me. It's fine, as I can run it with the actual
URL in the secret and it's fine - I just think it's a runtime bug that might be
a gotcha for another contributor
--
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]