Abhilash Raj
Abhilash Raj
@haydentherapper Would you be okay with allowing SANs instead of CN in that case to be verified in the `cosign verify` command?
While both Docs and a handler not enabled by default would do the job, if there is any interest in supporting the text/plain handler in the long term, perhaps adding...
In ASGI, we probably should also cancel the task that is returning the response too. I am not too aware of the the ASGI/async python or Falcon internals to comment...
I think this does make sense and I am going to do that soon in both core and web images.
This is weird, not sure how there are duplicate emails in your database but not corresponding social logins. Can you check the state of your database and see what emails...
How did you remove all the users from the auth db? It looks like it wasn't removed properly, hence existing user when one tries to sign up. Which tables did...
We don’t use django-environ in this project and also the syntax is actually correct, it will just create the database in the CWD which is /opt/mailman-web inside the container. The...
Yeah, I often find people questioning about missing static files. `uwsgi` has an option to serve static files, maybe they can be configured properly using environment variables. This issue is...
It looks like the email address for your admin account is not a valid email, can you check that? Other than that, I can't see any thing else that would...
A quick google search gave me this: https://unix.stackexchange.com/a/91753 Can you check if that is indeed the problem?