From 7491011387d33adad810e82cc742aa8cb3092672 Mon Sep 17 00:00:00 2001 From: Yash Datta Date: Thu, 2 Apr 2026 17:35:57 +0800 Subject: [PATCH] fix: Spiffe URI trust domain rename --- config.go | 2 +- zeroid.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.go b/config.go index 366d201..49be939 100644 --- a/config.go +++ b/config.go @@ -187,7 +187,7 @@ func loadDefaults(k *koanf.Koanf) error { "token.max_ttl": 7776000, // 90 days // WIMSE - "wimse_domain": "zeroid.dev", + "wimse_domain": "highflame.ai", // Telemetry "telemetry.enabled": false, diff --git a/zeroid.yaml b/zeroid.yaml index 6068693..82c21f1 100644 --- a/zeroid.yaml +++ b/zeroid.yaml @@ -30,7 +30,7 @@ token: default_ttl: 3600 max_ttl: 7776000 # 90 days -wimse_domain: "zeroid.dev" +wimse_domain: "highflame.ai" # Admin routes (/api/v1/*) have no built-in auth. # In production, protect them at the network layer (reverse proxy, VPN, firewall)