state(dbaas): update encrypted state

This commit is contained in:
Viktor Barzin 2026-05-10 21:00:00 +00:00
parent 5582977e1a
commit 2db8bdac0d
9 changed files with 1672 additions and 1628 deletions

View file

@ -353,8 +353,11 @@ resource "kubernetes_service" "resume" {
}
module "ingress" {
source = "../../modules/kubernetes/ingress_factory"
auth = "required"
source = "../../modules/kubernetes/ingress_factory"
# Public-facing resume page for HR/recruiters they don't have Authentik
# accounts. `auth = "public"` auto-binds to guest, so the page renders
# invisibly while still being audited in Authentik's event log.
auth = "public"
dns_type = "proxied"
namespace = kubernetes_namespace.resume.metadata[0].name
name = "resume"