Joachim Burket
Joachim Burket
Thanks for the tip @kjoyce77. Regarding the [Issue](https://github.com/containers/podman/issues/14993) to align podman event cli with docker cli, it is still open, a [PR](https://github.com/containers/podman/pull/18549) is started, but I'm not really sure it...
Hi @kjoyce77, I tried to run docuum inside a container with the podman socket mounted to `/var/run/docker.sock` inside the container. Docuum is able to listen to the podman events from...
Hi, I used @asinitson 's solution to assign the application's `client_id` to the `identifier_uri`. This works correctly for creating and cleaning up. If I then also create an `azuread_service_principal` for...
This works like a charm! 🎉 I'm quite new to Terraform and didn't know about this `depends_on` argument. Thanks for your help @asinitson !
Hi, Is there a workaround not involving editing the java code for this? Or do we have to wait for it to be solved? It seems the issue https://github.com/spring-projects/spring-security/issues/13274 is...
I added the changelog and a test. I wasn't sure where to test the connection params so I renamed the `test_connection_string.py` file in `test_connection_params.py` and added it there with the...