[{"data":1,"prerenderedAt":862},["ShallowReactive",2],{"blog-posts-list":3},[4,376,663],{"_path":5,"_dir":6,"_draft":7,"_partial":7,"_locale":8,"title":9,"description":10,"date":11,"author":12,"authorRole":13,"category":14,"readTime":15,"tags":16,"body":21,"_type":370,"_id":371,"_source":372,"_file":373,"_stem":374,"_extension":375},"\u002Fblog\u002Fmigrating-legacy-monoliths-to-nuxt4","blog",false,"","Migrating Enterprise Monoliths to Nuxt 4 & Micro-Frontends","Step-by-step strategy for decoupling legacy enterprise web applications into ultra-fast, SEO-optimized Nuxt 4 micro-applications without downtime.","2026-06-20","Marcus Chen","Principal Frontend Architect","Web Engineering","7 min read",[17,18,19,20],"Nuxt 4","Vue 3","Frontend Architecture","Performance",{"type":22,"children":23,"toc":366},"root",[24,32,38,45,81,321,327,360],{"type":25,"tag":26,"props":27,"children":29},"element","h1",{"id":28},"migrating-enterprise-monoliths-to-nuxt-4-micro-frontends",[30],{"type":31,"value":9},"text",{"type":25,"tag":33,"props":34,"children":35},"p",{},[36],{"type":31,"value":37},"When enterprise software applications scale past millions of lines of code, monolithic frontend codebases suffer from build timeouts, bundle bloat, and degraded developer velocity.",{"type":25,"tag":39,"props":40,"children":42},"h2",{"id":41},"why-nuxt-4-for-enterprise-systems",[43],{"type":31,"value":44},"Why Nuxt 4 for Enterprise Systems?",{"type":25,"tag":46,"props":47,"children":48},"ul",{},[49,61,71],{"type":25,"tag":50,"props":51,"children":52},"li",{},[53,59],{"type":25,"tag":54,"props":55,"children":56},"strong",{},[57],{"type":31,"value":58},"Native App Directory Structure",{"type":31,"value":60},": Clean separation of route handlers, composables, and components.",{"type":25,"tag":50,"props":62,"children":63},{},[64,69],{"type":25,"tag":54,"props":65,"children":66},{},[67],{"type":31,"value":68},"Server-Driven Hydration",{"type":31,"value":70},": Eliminates unnecessary client-side JavaScript payloads.",{"type":25,"tag":50,"props":72,"children":73},{},[74,79],{"type":25,"tag":54,"props":75,"children":76},{},[77],{"type":31,"value":78},"Universal SSR & Edge Rendering",{"type":31,"value":80},": Unrivaled initial page render speed (\u003C300ms Time to Interactive).",{"type":25,"tag":82,"props":83,"children":87},"pre",{"className":84,"code":85,"language":86,"meta":8,"style":8},"language-typescript shiki shiki-themes github-dark","\u002F\u002F Nuxt 4 Server Route Handler Example\nexport default defineEventHandler(async (event) => {\n  const query = getQuery(event)\n  const data = await useEnterpriseService().fetchMetrics(query.tenantId)\n  \n  setHeader(event, 'Cache-Control', 's-maxage=60, stale-while-revalidate=300')\n  return { success: true, timestamp: Date.now(), data }\n})\n","typescript",[88],{"type":25,"tag":89,"props":90,"children":91},"code",{"__ignoreMap":8},[92,104,162,192,234,243,278,312],{"type":25,"tag":93,"props":94,"children":97},"span",{"class":95,"line":96},"line",1,[98],{"type":25,"tag":93,"props":99,"children":101},{"style":100},"--shiki-default:#6A737D",[102],{"type":31,"value":103},"\u002F\u002F Nuxt 4 Server Route Handler Example\n",{"type":25,"tag":93,"props":105,"children":107},{"class":95,"line":106},2,[108,114,119,125,131,136,141,147,152,157],{"type":25,"tag":93,"props":109,"children":111},{"style":110},"--shiki-default:#F97583",[112],{"type":31,"value":113},"export",{"type":25,"tag":93,"props":115,"children":116},{"style":110},[117],{"type":31,"value":118}," default",{"type":25,"tag":93,"props":120,"children":122},{"style":121},"--shiki-default:#B392F0",[123],{"type":31,"value":124}," defineEventHandler",{"type":25,"tag":93,"props":126,"children":128},{"style":127},"--shiki-default:#E1E4E8",[129],{"type":31,"value":130},"(",{"type":25,"tag":93,"props":132,"children":133},{"style":110},[134],{"type":31,"value":135},"async",{"type":25,"tag":93,"props":137,"children":138},{"style":127},[139],{"type":31,"value":140}," (",{"type":25,"tag":93,"props":142,"children":144},{"style":143},"--shiki-default:#FFAB70",[145],{"type":31,"value":146},"event",{"type":25,"tag":93,"props":148,"children":149},{"style":127},[150],{"type":31,"value":151},") ",{"type":25,"tag":93,"props":153,"children":154},{"style":110},[155],{"type":31,"value":156},"=>",{"type":25,"tag":93,"props":158,"children":159},{"style":127},[160],{"type":31,"value":161}," {\n",{"type":25,"tag":93,"props":163,"children":165},{"class":95,"line":164},3,[166,171,177,182,187],{"type":25,"tag":93,"props":167,"children":168},{"style":110},[169],{"type":31,"value":170},"  const",{"type":25,"tag":93,"props":172,"children":174},{"style":173},"--shiki-default:#79B8FF",[175],{"type":31,"value":176}," query",{"type":25,"tag":93,"props":178,"children":179},{"style":110},[180],{"type":31,"value":181}," =",{"type":25,"tag":93,"props":183,"children":184},{"style":121},[185],{"type":31,"value":186}," getQuery",{"type":25,"tag":93,"props":188,"children":189},{"style":127},[190],{"type":31,"value":191},"(event)\n",{"type":25,"tag":93,"props":193,"children":195},{"class":95,"line":194},4,[196,200,205,209,214,219,224,229],{"type":25,"tag":93,"props":197,"children":198},{"style":110},[199],{"type":31,"value":170},{"type":25,"tag":93,"props":201,"children":202},{"style":173},[203],{"type":31,"value":204}," data",{"type":25,"tag":93,"props":206,"children":207},{"style":110},[208],{"type":31,"value":181},{"type":25,"tag":93,"props":210,"children":211},{"style":110},[212],{"type":31,"value":213}," await",{"type":25,"tag":93,"props":215,"children":216},{"style":121},[217],{"type":31,"value":218}," useEnterpriseService",{"type":25,"tag":93,"props":220,"children":221},{"style":127},[222],{"type":31,"value":223},"().",{"type":25,"tag":93,"props":225,"children":226},{"style":121},[227],{"type":31,"value":228},"fetchMetrics",{"type":25,"tag":93,"props":230,"children":231},{"style":127},[232],{"type":31,"value":233},"(query.tenantId)\n",{"type":25,"tag":93,"props":235,"children":237},{"class":95,"line":236},5,[238],{"type":25,"tag":93,"props":239,"children":240},{"style":127},[241],{"type":31,"value":242},"  \n",{"type":25,"tag":93,"props":244,"children":246},{"class":95,"line":245},6,[247,252,257,263,268,273],{"type":25,"tag":93,"props":248,"children":249},{"style":121},[250],{"type":31,"value":251},"  setHeader",{"type":25,"tag":93,"props":253,"children":254},{"style":127},[255],{"type":31,"value":256},"(event, ",{"type":25,"tag":93,"props":258,"children":260},{"style":259},"--shiki-default:#9ECBFF",[261],{"type":31,"value":262},"'Cache-Control'",{"type":25,"tag":93,"props":264,"children":265},{"style":127},[266],{"type":31,"value":267},", ",{"type":25,"tag":93,"props":269,"children":270},{"style":259},[271],{"type":31,"value":272},"'s-maxage=60, stale-while-revalidate=300'",{"type":25,"tag":93,"props":274,"children":275},{"style":127},[276],{"type":31,"value":277},")\n",{"type":25,"tag":93,"props":279,"children":281},{"class":95,"line":280},7,[282,287,292,297,302,307],{"type":25,"tag":93,"props":283,"children":284},{"style":110},[285],{"type":31,"value":286},"  return",{"type":25,"tag":93,"props":288,"children":289},{"style":127},[290],{"type":31,"value":291}," { success: ",{"type":25,"tag":93,"props":293,"children":294},{"style":173},[295],{"type":31,"value":296},"true",{"type":25,"tag":93,"props":298,"children":299},{"style":127},[300],{"type":31,"value":301},", timestamp: Date.",{"type":25,"tag":93,"props":303,"children":304},{"style":121},[305],{"type":31,"value":306},"now",{"type":25,"tag":93,"props":308,"children":309},{"style":127},[310],{"type":31,"value":311},"(), data }\n",{"type":25,"tag":93,"props":313,"children":315},{"class":95,"line":314},8,[316],{"type":25,"tag":93,"props":317,"children":318},{"style":127},[319],{"type":31,"value":320},"})\n",{"type":25,"tag":39,"props":322,"children":324},{"id":323},"performance-gains-achieved",[325],{"type":31,"value":326},"Performance Gains Achieved",{"type":25,"tag":46,"props":328,"children":329},{},[330,340,350],{"type":25,"tag":50,"props":331,"children":332},{},[333,338],{"type":25,"tag":54,"props":334,"children":335},{},[336],{"type":31,"value":337},"Lighthouse Performance Score",{"type":31,"value":339},": Increased from 42 to 99.",{"type":25,"tag":50,"props":341,"children":342},{},[343,348],{"type":25,"tag":54,"props":344,"children":345},{},[346],{"type":31,"value":347},"Core Web Vitals LCP",{"type":31,"value":349},": Reduced from 4.8s to 0.6s.",{"type":25,"tag":50,"props":351,"children":352},{},[353,358],{"type":25,"tag":54,"props":354,"children":355},{},[356],{"type":31,"value":357},"Developer Deployment Velocity",{"type":31,"value":359},": 3x improvement in sprint shipping speed.",{"type":25,"tag":361,"props":362,"children":363},"style",{},[364],{"type":31,"value":365},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":8,"searchDepth":106,"depth":106,"links":367},[368,369],{"id":41,"depth":106,"text":44},{"id":323,"depth":106,"text":326},"markdown","content:blog:migrating-legacy-monoliths-to-nuxt4.md","content","blog\u002Fmigrating-legacy-monoliths-to-nuxt4.md","blog\u002Fmigrating-legacy-monoliths-to-nuxt4","md",{"_path":377,"_dir":6,"_draft":7,"_partial":7,"_locale":8,"title":378,"description":379,"date":380,"author":381,"authorRole":382,"category":383,"readTime":384,"tags":385,"body":391,"_type":370,"_id":660,"_source":372,"_file":661,"_stem":662,"_extension":375},"\u002Fblog\u002Fmulti-agent-ai-architecture","Architecting Resilient Multi-Agent Swarms for Enterprise Workflows","How Discovery Tech Inc. built autonomous LLM agent networks handling 450,000+ complex decision queries daily with sub-second latency and zero hallucination leak.","2026-07-28","Dr. Alexander Vance","Chief AI Architect","AI & Machine Learning","8 min read",[386,387,388,389,390],"AI","Multi-Agent","LangChain","Python","Enterprise",{"type":22,"children":392,"toc":653},[393,398,410,415,421,426,460,552,558,569,576,609,615,620,649],{"type":25,"tag":26,"props":394,"children":396},{"id":395},"architecting-resilient-multi-agent-swarms-for-enterprise-workflows",[397],{"type":31,"value":378},{"type":25,"tag":33,"props":399,"children":400},{},[401,403,408],{"type":31,"value":402},"Modern enterprise AI has moved beyond single prompt-and-response paradigms. To solve non-deterministic business logic—such as autonomous claims processing, real-time algorithmic fraud detection, or automated regulatory compliance auditing—enterprises require ",{"type":25,"tag":54,"props":404,"children":405},{},[406],{"type":31,"value":407},"Multi-Agent Orchestration Swarms",{"type":31,"value":409},".",{"type":25,"tag":33,"props":411,"children":412},{},[413],{"type":31,"value":414},"In this technical deep dive, we explore how Discovery Tech Inc. engineered a production-grade multi-agent engine capable of executing complex graph-based agent topologies.",{"type":25,"tag":39,"props":416,"children":418},{"id":417},"the-problem-single-prompt-failure-modes",[419],{"type":31,"value":420},"The Problem: Single-Prompt Failure Modes",{"type":25,"tag":33,"props":422,"children":423},{},[424],{"type":31,"value":425},"Single LLM prompts suffer from critical enterprise liabilities:",{"type":25,"tag":427,"props":428,"children":429},"ol",{},[430,440,450],{"type":25,"tag":50,"props":431,"children":432},{},[433,438],{"type":25,"tag":54,"props":434,"children":435},{},[436],{"type":31,"value":437},"Context Drift",{"type":31,"value":439},": As input contexts grow past 32k tokens, reasoning accuracy drops exponentially.",{"type":25,"tag":50,"props":441,"children":442},{},[443,448],{"type":25,"tag":54,"props":444,"children":445},{},[446],{"type":31,"value":447},"Hallucinations in Complex Tools",{"type":31,"value":449},": Single models attempting to generate SQL, parse PDFs, and invoke APIs simultaneously fail at a rate exceeding 18%.",{"type":25,"tag":50,"props":451,"children":452},{},[453,458],{"type":25,"tag":54,"props":454,"children":455},{},[456],{"type":31,"value":457},"Lack of Auditing",{"type":31,"value":459},": Enterprise compliance requires deterministic replayability for every decision step.",{"type":25,"tag":82,"props":461,"children":465},{"className":462,"code":463,"language":464,"meta":8,"style":8},"language-python shiki shiki-themes github-dark","# Example Discovery Tech Agent Node Definition\nclass ComplianceValidatorNode(BaseAgentNode):\n    def __init__(self, vector_store: QdrantClient, model: str = \"gpt-4o\"):\n        self.vector_store = vector_store\n        self.llm = ChatOpenAI(model=model, temperature=0.0)\n\n    async def execute(self, state: WorkflowState) -> NodeResult:\n        rules = await self.vector_store.similarity_search(state.document_chunk)\n        verified = self.llm.invoke(format_prompt(rules, state.transaction))\n        return NodeResult(status=\"PASSED\" if verified.is_valid else \"FLAGGED\", metadata=verified.proof)\n","python",[466],{"type":25,"tag":89,"props":467,"children":468},{"__ignoreMap":8},[469,477,485,493,501,509,518,526,534,543],{"type":25,"tag":93,"props":470,"children":471},{"class":95,"line":96},[472],{"type":25,"tag":93,"props":473,"children":474},{},[475],{"type":31,"value":476},"# Example Discovery Tech Agent Node Definition\n",{"type":25,"tag":93,"props":478,"children":479},{"class":95,"line":106},[480],{"type":25,"tag":93,"props":481,"children":482},{},[483],{"type":31,"value":484},"class ComplianceValidatorNode(BaseAgentNode):\n",{"type":25,"tag":93,"props":486,"children":487},{"class":95,"line":164},[488],{"type":25,"tag":93,"props":489,"children":490},{},[491],{"type":31,"value":492},"    def __init__(self, vector_store: QdrantClient, model: str = \"gpt-4o\"):\n",{"type":25,"tag":93,"props":494,"children":495},{"class":95,"line":194},[496],{"type":25,"tag":93,"props":497,"children":498},{},[499],{"type":31,"value":500},"        self.vector_store = vector_store\n",{"type":25,"tag":93,"props":502,"children":503},{"class":95,"line":236},[504],{"type":25,"tag":93,"props":505,"children":506},{},[507],{"type":31,"value":508},"        self.llm = ChatOpenAI(model=model, temperature=0.0)\n",{"type":25,"tag":93,"props":510,"children":511},{"class":95,"line":245},[512],{"type":25,"tag":93,"props":513,"children":515},{"emptyLinePlaceholder":514},true,[516],{"type":31,"value":517},"\n",{"type":25,"tag":93,"props":519,"children":520},{"class":95,"line":280},[521],{"type":25,"tag":93,"props":522,"children":523},{},[524],{"type":31,"value":525},"    async def execute(self, state: WorkflowState) -> NodeResult:\n",{"type":25,"tag":93,"props":527,"children":528},{"class":95,"line":314},[529],{"type":25,"tag":93,"props":530,"children":531},{},[532],{"type":31,"value":533},"        rules = await self.vector_store.similarity_search(state.document_chunk)\n",{"type":25,"tag":93,"props":535,"children":537},{"class":95,"line":536},9,[538],{"type":25,"tag":93,"props":539,"children":540},{},[541],{"type":31,"value":542},"        verified = self.llm.invoke(format_prompt(rules, state.transaction))\n",{"type":25,"tag":93,"props":544,"children":546},{"class":95,"line":545},10,[547],{"type":25,"tag":93,"props":548,"children":549},{},[550],{"type":31,"value":551},"        return NodeResult(status=\"PASSED\" if verified.is_valid else \"FLAGGED\", metadata=verified.proof)\n",{"type":25,"tag":39,"props":553,"children":555},{"id":554},"the-solution-graph-based-micro-agent-networks",[556],{"type":31,"value":557},"The Solution: Graph-Based Micro-Agent Networks",{"type":25,"tag":33,"props":559,"children":560},{},[561,563,568],{"type":31,"value":562},"By decomposing complex operations into specialized micro-agents—each possessing isolated prompt boundaries, dedicated memory pools, and explicit tool grants—we achieved ",{"type":25,"tag":54,"props":564,"children":565},{},[566],{"type":31,"value":567},"99.94% execution precision",{"type":31,"value":409},{"type":25,"tag":570,"props":571,"children":573},"h3",{"id":572},"key-architectural-pillars",[574],{"type":31,"value":575},"Key Architectural Pillars:",{"type":25,"tag":46,"props":577,"children":578},{},[579,589,599],{"type":25,"tag":50,"props":580,"children":581},{},[582,587],{"type":25,"tag":54,"props":583,"children":584},{},[585],{"type":31,"value":586},"Stateful Supervisor Router",{"type":31,"value":588},": Evaluates incoming task DAGs and assigns sub-tasks dynamically.",{"type":25,"tag":50,"props":590,"children":591},{},[592,597],{"type":25,"tag":54,"props":593,"children":594},{},[595],{"type":31,"value":596},"Vector-Driven Memory Cache",{"type":31,"value":598},": Hybrid dense\u002Fsparse vector retrieval with Qdrant and Pinecone.",{"type":25,"tag":50,"props":600,"children":601},{},[602,607],{"type":25,"tag":54,"props":603,"children":604},{},[605],{"type":31,"value":606},"Human-in-the-Loop Intercepts",{"type":31,"value":608},": Automated fallback triggers when model confidence scores dip below 94%.",{"type":25,"tag":39,"props":610,"children":612},{"id":611},"enterprise-business-outcomes",[613],{"type":31,"value":614},"Enterprise Business Outcomes",{"type":25,"tag":33,"props":616,"children":617},{},[618],{"type":31,"value":619},"Deploying this architecture to Global 2000 clients yielded:",{"type":25,"tag":46,"props":621,"children":622},{},[623,631,641],{"type":25,"tag":50,"props":624,"children":625},{},[626],{"type":25,"tag":54,"props":627,"children":628},{},[629],{"type":31,"value":630},"450,000+ daily automated agent transactions",{"type":25,"tag":50,"props":632,"children":633},{},[634,639],{"type":25,"tag":54,"props":635,"children":636},{},[637],{"type":31,"value":638},"84% reduction in processing cycle time",{"type":31,"value":640}," (from 48 hours to 4 minutes)",{"type":25,"tag":50,"props":642,"children":643},{},[644],{"type":25,"tag":54,"props":645,"children":646},{},[647],{"type":31,"value":648},"Full SOC 2 Type II compliance audit trails",{"type":25,"tag":361,"props":650,"children":651},{},[652],{"type":31,"value":365},{"title":8,"searchDepth":106,"depth":106,"links":654},[655,656,659],{"id":417,"depth":106,"text":420},{"id":554,"depth":106,"text":557,"children":657},[658],{"id":572,"depth":164,"text":575},{"id":611,"depth":106,"text":614},"content:blog:multi-agent-ai-architecture.md","blog\u002Fmulti-agent-ai-architecture.md","blog\u002Fmulti-agent-ai-architecture",{"_path":664,"_dir":6,"_draft":7,"_partial":7,"_locale":8,"title":665,"description":666,"date":667,"author":668,"authorRole":669,"category":670,"readTime":671,"tags":672,"body":678,"_type":370,"_id":859,"_source":372,"_file":860,"_stem":861,"_extension":375},"\u002Fblog\u002Fzero-trust-cloud-governance","Zero-Trust Cloud Infrastructure & Automated DevSecOps at Scale","A blueprint for securing enterprise Kubernetes clusters, multi-region AWS environments, and automated policy enforcement using Terraform, OPA, and Vault.","2026-07-15","Elena Rostova","Head of Cybersecurity","Cloud Engineering","6 min read",[673,674,675,676,677],"Cybersecurity","DevOps","Kubernetes","AWS","Zero-Trust",{"type":22,"children":679,"toc":855},[680,685,690,696,729,818,824,851],{"type":25,"tag":26,"props":681,"children":683},{"id":682},"zero-trust-cloud-infrastructure-automated-devsecops-at-scale",[684],{"type":31,"value":665},{"type":25,"tag":33,"props":686,"children":687},{},[688],{"type":31,"value":689},"In modern enterprise cloud architecture, perimeter defense is dead. Zero-Trust Architecture (ZTA) mandates that every API request, microservice communication, and database query must be authenticated, authorized, and encrypted.",{"type":25,"tag":39,"props":691,"children":693},{"id":692},"core-architectural-layers",[694],{"type":31,"value":695},"Core Architectural Layers",{"type":25,"tag":427,"props":697,"children":698},{},[699,709,719],{"type":25,"tag":50,"props":700,"children":701},{},[702,707],{"type":25,"tag":54,"props":703,"children":704},{},[705],{"type":31,"value":706},"Short-Lived Ephemeral Credentials",{"type":31,"value":708},": Vault identity injection ensuring zero hardcoded secrets.",{"type":25,"tag":50,"props":710,"children":711},{},[712,717],{"type":25,"tag":54,"props":713,"children":714},{},[715],{"type":31,"value":716},"eBPF Service Mesh Security",{"type":31,"value":718},": Cilium kernel-level encryption and real-time network policy audit.",{"type":25,"tag":50,"props":720,"children":721},{},[722,727],{"type":25,"tag":54,"props":723,"children":724},{},[725],{"type":31,"value":726},"Infrastructure as Code (IaC) Policy Enforcer",{"type":31,"value":728},": Open Policy Agent (OPA) validation during CI\u002FCD execution.",{"type":25,"tag":82,"props":730,"children":734},{"className":731,"code":732,"language":733,"meta":8,"style":8},"language-hcl shiki shiki-themes github-dark","# Terraform OPA Compliance Guard Example\nresource \"aws_kms_key\" \"enterprise_vault\" {\n  description             = \"Discovery Tech Zero-Trust KMS Encryption Key\"\n  deletion_window_in_days = 30\n  enable_key_rotation     = true\n  tags = {\n    Compliance = \"SOC2-HIPAA-ISO27001\"\n    Environment = \"Production\"\n  }\n}\n","hcl",[735],{"type":25,"tag":89,"props":736,"children":737},{"__ignoreMap":8},[738,746,754,762,770,778,786,794,802,810],{"type":25,"tag":93,"props":739,"children":740},{"class":95,"line":96},[741],{"type":25,"tag":93,"props":742,"children":743},{},[744],{"type":31,"value":745},"# Terraform OPA Compliance Guard Example\n",{"type":25,"tag":93,"props":747,"children":748},{"class":95,"line":106},[749],{"type":25,"tag":93,"props":750,"children":751},{},[752],{"type":31,"value":753},"resource \"aws_kms_key\" \"enterprise_vault\" {\n",{"type":25,"tag":93,"props":755,"children":756},{"class":95,"line":164},[757],{"type":25,"tag":93,"props":758,"children":759},{},[760],{"type":31,"value":761},"  description             = \"Discovery Tech Zero-Trust KMS Encryption Key\"\n",{"type":25,"tag":93,"props":763,"children":764},{"class":95,"line":194},[765],{"type":25,"tag":93,"props":766,"children":767},{},[768],{"type":31,"value":769},"  deletion_window_in_days = 30\n",{"type":25,"tag":93,"props":771,"children":772},{"class":95,"line":236},[773],{"type":25,"tag":93,"props":774,"children":775},{},[776],{"type":31,"value":777},"  enable_key_rotation     = true\n",{"type":25,"tag":93,"props":779,"children":780},{"class":95,"line":245},[781],{"type":25,"tag":93,"props":782,"children":783},{},[784],{"type":31,"value":785},"  tags = {\n",{"type":25,"tag":93,"props":787,"children":788},{"class":95,"line":280},[789],{"type":25,"tag":93,"props":790,"children":791},{},[792],{"type":31,"value":793},"    Compliance = \"SOC2-HIPAA-ISO27001\"\n",{"type":25,"tag":93,"props":795,"children":796},{"class":95,"line":314},[797],{"type":25,"tag":93,"props":798,"children":799},{},[800],{"type":31,"value":801},"    Environment = \"Production\"\n",{"type":25,"tag":93,"props":803,"children":804},{"class":95,"line":536},[805],{"type":25,"tag":93,"props":806,"children":807},{},[808],{"type":31,"value":809},"  }\n",{"type":25,"tag":93,"props":811,"children":812},{"class":95,"line":545},[813],{"type":25,"tag":93,"props":814,"children":815},{},[816],{"type":31,"value":817},"}\n",{"type":25,"tag":39,"props":819,"children":821},{"id":820},"security-verification-metrics",[822],{"type":31,"value":823},"Security Verification Metrics",{"type":25,"tag":46,"props":825,"children":826},{},[827,835,843],{"type":25,"tag":50,"props":828,"children":829},{},[830],{"type":25,"tag":54,"props":831,"children":832},{},[833],{"type":31,"value":834},"0 Unencrypted Inter-Service Data Packets",{"type":25,"tag":50,"props":836,"children":837},{},[838],{"type":25,"tag":54,"props":839,"children":840},{},[841],{"type":31,"value":842},"100% Automated Compliance Scanning",{"type":25,"tag":50,"props":844,"children":845},{},[846],{"type":25,"tag":54,"props":847,"children":848},{},[849],{"type":31,"value":850},"\u003C 2 Minute Mean-Time-To-Remediate (MTTR) Vulnerability Patches",{"type":25,"tag":361,"props":852,"children":853},{},[854],{"type":31,"value":365},{"title":8,"searchDepth":106,"depth":106,"links":856},[857,858],{"id":692,"depth":106,"text":695},{"id":820,"depth":106,"text":823},"content:blog:zero-trust-cloud-governance.md","blog\u002Fzero-trust-cloud-governance.md","blog\u002Fzero-trust-cloud-governance",1786022983481]