Peter-Sh
Peter-Sh
One can also remove passphrase after importing key, this should not be more risky compared to agent since is supposed to be used in CI and all imported keys will...
I have the same issue with streaming setup with fully functional slave node (with database and alarms). Alarms on master looks like disabled. Get system.ram data and active alarms directly...
@sshquack I couldn’t reproduce the issue with the docker-compose setup you provided. Could you please click the (i) icon and show what Redis Insight reports about the server? For reference:
Closing this, as the Docker-related issue has been resolved and the RedisInsight part has a workaround. @sshquack, RedisInsight is also tracking this issue internally. If you eventually need to open...
> Wouldn't it be a lot more secure (and a _lot_ more reliable) to add this functionality directly into Redis Server itself? 🤔 👀 It’s hard to believe, but this...
Hi @MohamedMostafa259! redis:8.2.1-alpine definitely supports auth using `--requirepass` What looks strange to me is that here ``` CELERY_RESULT_BACKEND_URL="redis://:redis_password@localhost:6379/0" ``` localhost is used but according to your config snippet above redis...
Hi @janusn , When using the `user` argument in Docker, it's not possible to change the permissions of directories like `/data`, because switching the container user removes the ability to...