François
François
I did it another way: Let your `/publicinfo` path in `path` so that the user has to have a valid JWT. When a guest user tries to access it, the...
@tuupola : I guess it makes sense :-) Maybe we could figure out a better way to handle these _edge cases_ with support for `X-Forwarded-*` headers, but also for RFC...
That's also an issue I get with a container based on Archlinux. The link `/sbin/init` doesn't exist and Testinfra falls back to SysVinit. `cat`ing `/proc/1/comm` seems to give good results...
Hi @Keats, Thanks for your answer and being so quick 👍 What would such a thing look like ? I've made some testings with `or` but couldn't get anything else...
I noticed something interesting in the documentation, here: https://ansible.readthedocs.io/projects/molecule/docker/#create-playbook : ```yaml # we want to avoid errors like "Failed to create temporary directory" - name: Validate that inventory was refreshed...
Considering https://github.com/Frzk/ansible-role-chrony/runs/2771707126?check_suite_focus=true, it seems like the given capabilities (`SYS_ADMIN` + `SYS_TIME` are not enough). That might be a good lead.
Hello @elcign, I understand your need. The issue I have is to decide whether dealing with apparmor belongs to this role or to an 'apparmor' one 🤔 For now, I'd...
Setting: - `privileged` to `True` - `pre_built_image` to `True` - `env: container: docker` doesn't change anything.
Hi, Thanks for this idea. I've been thinking about it those last days. Your use-case sounds legitimate. The major drawback with the suggested approach is that you can't specify different...
I have to admit that I'm not really fan of using a Python method in a Jinja template either. But that's the best I could come with. I'm sorry, but...