Switch from tailscale authkeys to an oauth client to fix issues with key expirey

This commit is contained in:
2025-09-06 22:17:24 +10:00
parent 2d497e5195
commit 786b2c6670
4 changed files with 11 additions and 6 deletions

View File

@@ -112,8 +112,9 @@ EOF
}
env = {
TS_AUTHKEY = "${ts_authkey}"
TS_HOSTNAME = "git"
TS_HOSTNAME = "git"
TS_AUTHKEY = "${ts_oauthsecret}?ephemeral=true"
TS_EXTRA_ARGS = "--advertise-tags=tag:nomad"
}
resources {