Vault の Agent Sidecar Injector を使う <p>Vault の Agent Sidecar Injector を使うと Vault に格納された Secret を Sidecar 経由で Pod に渡したりすることができます。</p> <ul> <li><a href="https://github.com/hashicorp/vault-k8s">https://github.com/hashicorp/vault-k8s</a></l... Feb 28, 2020
Vault の TOTP Secrets Engine を使う <p>Vault には TOTP Secrets Engine があり、TOTP コードの生成や検証が可能になっている。</p> <p>ここでは、TOTP Secrets Engine を利用し、Go からそれを利用する方法についてメモ程度に書く。</p> <h2 id="totp-secrets-engine-を有効にする">TOTP Secrets Engine を有効にする</h2> <pr... Feb 2, 2020