Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom mqtt password filter plugin + fix for Docker Secrets #86

Merged
merged 4 commits into from
Jul 12, 2023

Conversation

shantanoo-desai
Copy link
Owner

Tasks

Remove reliance on `eclipse-mosquitto` docker container to encrypt
plain-text credentials and use `passlib` pip package to generate
PBKDF2-SHA512 hash digests via a custom Jinja2 filter plugin.

closes #85

Signed-off-by: Shantanoo 'Shan' Desai <shantanoo.desai@gmail.com>
Signed-off-by: Shantanoo 'Shan' Desai <shantanoo.desai@gmail.com>
with Docker Compose v2.19.1 due to issues with Docker Engine's
Copy logic, Docker Secrets mounted via env vars caused crashes
to Grafana, InfluxDBv2, TimescaleDB. Since this bug is fixed
starting Docker Compose v2.19.x, the compatibility requires at
the moment to set world-readable permissions to mounted secrets
in the `/run/secrets` directory within a container.

closes #79

Signed-off-by: Shantanoo 'Shan' Desai <shantanoo.desai@gmail.com>
@shantanoo-desai shantanoo-desai added docker-compose All activities related to docker compose files / templates mosquitto-mqtt All activities for Mosquitto MQTT Broker files / templates influxdbv2 All activities related to InfluxDBv2 TSDB grafana All activities related to Grafana Monitoring timescaledb All activities related to TimescaleDB TSDB labels Jul 12, 2023
@shantanoo-desai shantanoo-desai self-assigned this Jul 12, 2023
Signed-off-by: Shantanoo 'Shan' Desai <shantanoo.desai@gmail.com>
@shantanoo-desai shantanoo-desai merged commit a3ac288 into main Jul 12, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker-compose All activities related to docker compose files / templates grafana All activities related to Grafana Monitoring influxdbv2 All activities related to InfluxDBv2 TSDB mosquitto-mqtt All activities for Mosquitto MQTT Broker files / templates timescaledb All activities related to TimescaleDB TSDB
Projects
None yet
1 participant