Switch from tailscale authkeys to an oauth client to fix issues with key expirey
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user