Create vault policies recoinciling script

This commit is contained in:
2025-02-16 21:27:46 +01:00
parent 0346b473b1
commit f9e8592cbe
3 changed files with 167 additions and 0 deletions

View File

@@ -22,6 +22,9 @@
in
pkgs.mkShell {
packages = with pkgs; [
(python313.withPackages (python-pkgs: with python-pkgs; [
hvac
]))
vim gnumake
talosctl cilium-cli
kubectx k9s kubernetes-helm
@@ -47,6 +50,9 @@
# export AWS_SECRET_ACCESS_KEY=?
# export RESTIC_PASSWORD=?
export VAULT_ADDR=https://openbao.lumpiasty.xyz:8200
# Add scripts from utils subdir
export PATH="$PATH:$(pwd)/utils"
'';
};
};