Move forge tailnet secrets to agenix
This commit is contained in:
parent
8aebf56d6d
commit
20964e8ed7
9 changed files with 135 additions and 7 deletions
|
|
@ -157,6 +157,13 @@ done
|
|||
echo "== intake =="
|
||||
ls -l /var/lib/burrow/intake || true
|
||||
|
||||
if [[ "${EXPECT_TAILNET}" == "1" ]]; then
|
||||
echo "== agenix =="
|
||||
ls -l /run/agenix || true
|
||||
test -s /run/agenix/burrowAuthentikEnv
|
||||
test -s /run/agenix/burrowHeadscaleOidcClientSecret
|
||||
fi
|
||||
|
||||
if command -v curl >/dev/null 2>&1; then
|
||||
echo "== http-local =="
|
||||
curl -fsS -o /dev/null -w 'forgejo_login %{http_code}\n' http://127.0.0.1:3000/user/login
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue