Web applications behind nginx: signing trusted headers with HMACs
Published 2 years ago
A look at how the set-misc nginx module can be used to sign request headers before forwarding to upstream applications.
Web applications behind nginx: signing trusted headers with HMACs
Published 2 years ago
A look at how the set-misc nginx module can be used to sign request headers before forwarding to upstream applications.
Google Compute Engine: handing GCP maintenance events without Live Migration
Published 3 years ago
Live Migration is GCP's approach to moving around VMs when maintenance needs to take place on the underlying hosts. When using GPUs or Confidential Computing however, such a migration is impossible and VMs need to be terminated. This article briefly introduces workarounds to handle those downtimes smoothly.
Homemade system provisioning and dotfiles management: SetMeUp!
Published 3 years ago
A quick article to introduce my latest toy: SetMeUp! It is an Ansible-based provisioning tool which makes it easy (for me) to set up systems when I don't have much more than an Internet connection.
Combining LaTeX, Jinja2 and Babel for a multi-version, multi-language Curriculum Vitae
Published 4 years ago
Keeping a CV up to date when you have to deal with several variants and translations can be a little repetitive. Here's a way to simplify the process using templates and Babel for i18n!
Continuous integration and deployment using Gitlab, Webhook and Ansible
Published 4 years ago
For this personal website, I am using Gitlab, Webhook and Ansible to automate everything between my git pushes and the production update. This is a small article which describes the approach.