I has this customer who uses Hashicorp vault for database access management. When I logged in into the database I noticed that there were a lot of old expired roles that should have been revoked. The roles are created with this creation statement: This parent role is the owner of the database, granting the new…
Category: DevOps
Let docker and ufw work nicely
There are a lot of good guides online that show some facets of letting docker work nicely with ufw as firewall. Unfortunately they all miss some small details that I needed to find out myself. Notably I want to give some credits to this post which helped me the most. https://www.mkubaczyk.com/2017/09/05/force-docker-not-bypass-ufw-rules-ubuntu-16-04/ But now what I…