[ci skip] add Homepage widget credentials for Authentik, Shlink, Home Assistant

Wire homepage_credentials tokens through platform stack to enable
live widgets for Authentik, Shlink (URL shortener), and Home Assistant
London. Update SOPS with new credential entries.
This commit is contained in:
Viktor Barzin 2026-03-07 16:47:10 +00:00
parent 6bd3970579
commit a9daf50142
5 changed files with 228 additions and 192 deletions

View file

@ -300,6 +300,7 @@ module "authentik" {
secret_key = var.authentik_secret_key
postgres_password = var.authentik_postgres_password
redis_host = var.redis_host
homepage_token = try(var.homepage_credentials["authentik"]["token"], "")
}
# -----------------------------------------------------------------------------
@ -381,6 +382,7 @@ module "reverse-proxy" {
tls_secret_name = var.tls_secret_name
truenas_homepage_token = var.homepage_credentials["reverse_proxy"]["truenas_token"]
pfsense_homepage_token = var.homepage_credentials["reverse_proxy"]["pfsense_token"]
haos_homepage_token = try(var.homepage_credentials["home_assistant"]["token"], "")
}
# -----------------------------------------------------------------------------