Remove openbao helper and replace it with more general program
This gets rid of the messy nix code for handling bitwarden secrets, and unifies it all into a nice single program in rust. Ensuring that only the needed secrets are loaded.
This commit is contained in:
parent
e6a152e95c
commit
8640dce7bc
31 changed files with 1159 additions and 958 deletions
|
@ -18,8 +18,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
nix build --no-link '.#packages.x86_64-linux.ed25519-helper'
|
||||
nix build --no-link '.#packages.x86_64-linux.hetzner-static-ip'
|
||||
nix build --no-link '.#packages.x86_64-linux.openbao-helper'
|
||||
nix build --no-link '.#packages.x86_64-linux.infrastructure'
|
||||
terraform-providers:
|
||||
runs-on: cache.kaareskovgaard.net
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue