Switch from tailscale authkeys to an oauth client to fix issues with key expirey
This commit is contained in:
@@ -9,7 +9,7 @@ resource "cloudflare_dns_record" "git-othrayte-one" {
|
||||
|
||||
resource "nomad_job" "gitea" {
|
||||
jobspec = templatefile("gitea.nomad.hcl", {
|
||||
ts_authkey = data.sops_file.secrets.data["tailscale.auth_key"]
|
||||
ts_oauthsecret = data.sops_file.secrets.data["tailscale.oauthsecret"]
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user