16 Mar 2021
web
github
nginx
In my post ‘HTTPS for Multiple domains using GitHub pages’, I was originally using a HTML file with a meta redirect. While this technique does work, I discovered a very annoying flaw. Anyone that had an old, or non-ssl link was redirected to the home page instead of the page or post they wanted. This isn’t a delightful experience so I started doing some research to find a better path.
23 Feb 2021
unit
testing
rego
das
opa
This post is going to outline some basics, interesting tidbits, and caveats on unit testing rego policies.
22 Feb 2021
web
github
nginx
In today’s modern Internet, nearly all browsers show a big warning when viewing an insecure/non-ssl site. If you own a single domain name and use GitHub Pages to host your site, this is a simple matter to resolve. So what happens if you own multiple domains that point to the same site?
27 Sep 2019
habitat
applications
pipeline
ci/cd
I’ve been doing some work related to building and deploying Habitat artifacts using Azure DevOps so I thought I’d blog the basic steps so future me can set it up again…
13 Jun 2019
compliance
audit
inspec
Today, I’ll be sharing some of my experiences working with audit and compliance. In a previous life, I was responsible for providing compliance data and responses for a portion of multiple internal audits and external examinations.