From baecf61836aef53cea94c58b6fcb057e8e034078 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 9 Feb 2026 00:38:04 +1100 Subject: [PATCH] chore: add alt-names to consul - ensure consul datacenter is added to altnames --- hieradata/roles/infra/storage/consul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hieradata/roles/infra/storage/consul.yaml b/hieradata/roles/infra/storage/consul.yaml index e6341c2..8741c43 100644 --- a/hieradata/roles/infra/storage/consul.yaml +++ b/hieradata/roles/infra/storage/consul.yaml @@ -29,6 +29,7 @@ profiles::consul::server::acl: profiles::pki::vault::alt_names: - consul.main.unkin.net - consul.service.consul + - "consul.service.%{facts.country}-%{facts.region}.consul" - consul # manage a simple nginx reverse proxy -- 2.47.3