Aurélien Bompard

Results 49 issues of Aurélien Bompard

I'm seeing in the FASJSON logs some calls from the badges app with URLs such as: `"GET /v1/users/https:/api.github.com/users/foobaruser/"`. The URL is crafted by including the full github API url, where...

We should handle this better than by giving out a 500 error: ``` [2021-11-23 11:58:21,836] ERROR in app: Exception on /forgot-password/ask [POST] Traceback (most recent call last): File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line...

bug
good first issue
S

The server-side limit for a search query is 2000. Some groups have more than 2000 users, such as the `packager` group in Fedora.

bug

The server-side limit for a search query is 2000. We will hit that limit in the groups list page when there are more than 2000 groups, and we'll need to...

bug
down the road

Following 5f27da791, the password policy is enforced on Noggin before the password is sent to the IPA server and checked with IPA's password policy. This leaves room for a policy...

down the road
todo

### What does this PR do? This PR adds the [Appstream](https://www.freedesktop.org/software/appstream/docs/) metadata file. ### Motivation An Appstream metadata file is required to show up in gnome-software, or to be listed...

Hi! I'm using aio-pika and I'd like my consumer to stop and restart if it has been cancelled server-side, for exemple if the queue has been deleted on the server....

enhancement
need investigation

I would like to run Sendria in Openshift. For security reasons, OpenShift runs the images with an arbitrary user ID, as explained [in their documentation](https://docs.openshift.com/container-platform/4.6/openshift_images/create-images.html#images-create-guide-openshift_create-images). To support this setup, all...

I have multiple web applications running with different keytabs and gssproxy. I use [gssproxy's sockets](https://github.com/gssapi/gssproxy/blob/main/docs/README.md#aside-using-a-custom-socket) to differentiate between them. For that, I need to pass the `GSSPROXY_SOCKET` environment variable to...