-
- Downloads
misc/get_key.py: load vault file without chdir'ing
Now that misc/get_key.py checks if the vault file passed to it exists, we cannot pass paths only resolvable from the root directory. Instead, use paths that make sense relative to the current directory and avoid calling chdir when loading the vault file. Fixes: 77542146 ("Rewrite get_key.py to use click instead of typer")
parent
9c2ca685
No related branches found
No related tags found
Showing
- README.md 1 addition, 1 deletionREADME.md
- misc/get_key.py 3 additions, 4 deletionsmisc/get_key.py
- tf-stage1/archlinux.tf 1 addition, 1 deletiontf-stage1/archlinux.tf
- tf-stage2/keycloak.tf 6 additions, 6 deletionstf-stage2/keycloak.tf
- tf-stage2/uptimerobot.tf 1 addition, 1 deletiontf-stage2/uptimerobot.tf
Please register or sign in to comment