1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 01:21:36 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Evangelos Foutras
faba3a3d7c
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: 7754214604 ("Rewrite get_key.py to use click instead of typer")
2021-07-07 15:18:41 +03:00
Kristian Klausen
7754214604 Rewrite get_key.py to use click instead of typer
Typer doesn't work with Click 8[1].

[1] https://github.com/tiangolo/typer/issues/280
2021-06-02 15:39:47 +02:00
Sven-Hendrik Haase
8942802cca Add GitHub OAuth for Keycloak 2020-06-03 10:07:31 +00:00
Jan Alexander Steffens (heftig)
0abfe90ea5
misc: Replace vault-reading shell scripts with python 2019-06-13 23:40:33 +02:00