Networking and Security

Windows Credential Manager

Yes, Windows Credential Manager can be used by a Python application running on a server to securely retrieve stored credentials (like passwords). This can be useful for accessing sensitive information like database credentials, API keys, or service account passwords without hardcoding them in your application. How Windows Credential Manager Works Windows Credential Manager is a […]

Windows Credential Manager Read Post »

Monitoring

Influxdb dashboard (v2.7.8) and admin

Write data Query data Visualize data Process Data Monitor & alert Tools & integrations Administer InfluxDB InfluxDB HTTP API Reference First check out version installed Lets do the tutorial at InfluxDB OSS v2 Documentation (influxdata.com) Write data We write data with Python for this test code at linux-and-azure/azure-extra-linux-vm/influxdb-telegraf/README.md at main · spawnmarvel/linux-and-azure · GitHub Example

, , ,

Influxdb dashboard (v2.7.8) and admin Read Post »

Azure

Azure Update Manager for vm

Azure Update Manager overview | Microsoft Learn Update Manager is a unified service to help manage and govern updates for all your machines. You can monitor Windows and Linux update compliance across your deployments in Azure, on-premises, and on other cloud platforms from a single dashboard. After looking in Microsoft Defender for Cloud | Overview

Azure Update Manager for vm Read Post »

Docker RabbitMQ

Docker rabbitmq x2 ssl Certificate Authority PKI

repos learning-docker/prod-ish/rmq/rmq-x2-ssl at main · spawnmarvel/learning-docker (github.com) Generate CA Server’s (client) certificate and files Let’s test the compose before we make the next certificate and use it. Client is 15672, view logs to see if it loaded all yes, good. Server is 15673,view logs to see if it loaded all and also the rabbitmq_auth_mechanism_ssl was

, , ,

Docker rabbitmq x2 ssl Certificate Authority PKI Read Post »

Docker

Docker compose ssl

Inspiration dockerfile – generate a self signed certificate in docker – Stack Overflow Repos learning-docker/1-getting-started-guide/rmq5-portainer-ssl at main · spawnmarvel/learning-docker · GitHub Lets test the ssl script first, since we know that rmq and portainer works. All files are moved Files How about that?! Now we need to copy the cert and edit the Dockerfile and

, ,

Docker compose ssl Read Post »

Todo & Move

AMQP, MQTT RabbitMQ configuration with Python

GitHub – lukebakken/mqtt-client-cert-example: Example showing use of client certificates with MQTT and RabbitMQ mqtt in a nutshell quickguides/python-mqtt/README.MD at main · spawnmarvel/quickguides · GitHub Example run_pub_sensor1.py Publish * myhome/livingroom/temperature/sensor1 RabbitMQ subscribe to: * myhome.livingroom.# * myhome.livingroom.temperature.# * myhome.livingroom.temperature.sensor1. RabbitMQ queue Message Python March 21, 2023 · 24 min read Serving Millions of Clients with Native MQTT |

, , , ,

AMQP, MQTT RabbitMQ configuration with Python Read Post »

Scroll to Top