18 Jun 2023
| #tech
In one of my the projects I manage vault resources via terraform.
The main terraform pipeline runs in a Github action workflow and uses Github’s JWT to connect to vault.
Meanwhile user authentication is done using vault’s OIDC auth method.
This post will show how to setup the vault terraform provider so that it uses the Github signed JWT when running in CI, and OIDC authentication when running locally.
Read more
18 Jun 2023
| #tech
For each Github action workflow, Github creates a unique Github token. This can accessed a either via the GITHUB_TOKEN
secret (${{ secrets.GITHUB_TOKEN }}
) or via the github
context (${{ github.token }}
).
The docs also note that
An action can access the GITHUB_TOKEN through the github.token context even if the workflow does not explicitly pass the GITHUB_TOKEN to the action.
However the docs fall short of showing how to do it, and it took me a while to figure it out, so I’m sharing it here.
Read more
15 Jan 2023
| #japan
| #money
| #housing
This is a continuation of my previous post on buying vs renting in Tokyo
The future resale price of a property depends on demand: are there going to be people willing and able to purchase it?
Let’s look into the forecasts affecting this.
I will try my best to use official (government) statistics and forecasts, even if these are a few years outdated.
Read more
14 Jan 2023
| #japan
| #money
| #housing
Recently I’ve been thinking a lot about buying either a house or an apartment (mansion), or whether renting makes more sense for now.
The primary aim of this post is to collect my thoughts, and record the decision so that I can revisit it in the future.
It might also help others considering the same question, but that’s not the main intention (e.g. I will focus exclusively on my use-case and not cover other locations or sizes).
Read more
02 Jan 2023
I bought a Vitus Zenium Road Bike (archive.org) in 2020 from Chain Reaction Cycles and as the years go by I keep going back to the product page to check the various details of the bike.
Considering that the company releases a new version of the bike every year, I’m afraid that at some point the product page will be taken down, so I decided to copy all the information over here.
Read more