Tagged Golang

Vault CLI Authentication using OIDC

November 27, 2023

In this post I explore how to login to Hashicorp Vault using OIDC. I wanted to be able to automate some interactions with Vault that the official vault cli does not easily support. To do so I needed to be able to run the equivalent of `vault login -method=oidc`. This post is the result of that.

tags:



Load Balancing Algorithms

August 24, 2023

Exploring the power of two random choices load balancing algorithm.

tags: