Sebastian W.

Results 13 comments of Sebastian W.

Great request! Pomerium is also one of the well known authentication proxies. https://www.pomerium.com/docs/production/security#user-identity-and-context

That is really a nice idea and great enhancement for supporting deployment of multiple environments 👍 In Grafana this is called [Provisioning](https://grafana.com/docs/grafana/latest/administration/provisioning/), that may be a good reference.

I am not sure, but under what user are you executing the pip update? According to the output, I assume `root`: > ansible collection location = /**_root_**/.ansible/collections Semaphore is running...

I am using wget, curl doesn't seem required to fulfill the purpose: ``` healthcheck: test: ["CMD", "wget", "--spider", "-q", "http://localhost:5000/v2"] start_period: 10s interval: 10s timeout: 5s retries: 10 ```

The issue is real, but can be workarounded by specifying the version: ```yaml community.general.jenkins_plugin: name: "ansible" state: latest update_json_url_segment: - "update-center.json/version={{ jenkins_version }}" ``` The version can be obtained for...

Happens also on CIS hardened RHEL machine. Thanks for the patch 👍

When I run the dmm via the docker-compose.yml provided in this repo, I managed to get it working: ``` 2023/10/04 09:54:52 The cgroup version for process 13638 is: 2 2023/10/04...

By the way, is it actually possible to toggle dark mode off (ideally even use the system setting)? If not, could this be achieved with a simple code change? I...

> I have added color mode functionality to Chakra UI in my PR Thank you! Hopefully it would be merged into the main branch 😎

I suddenly got the same error on one of my Swarm nodes running on Rocky Linux 8: ``` time="2024-08-28T11:10:41.024401046+02:00" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby...