🔄 Preview: [TT-17927] Update documentation for master - #2797
Draft
probelabs[bot] wants to merge 486 commits into
Draft
🔄 Preview: [TT-17927] Update documentation for master#2797probelabs[bot] wants to merge 486 commits into
probelabs[bot] wants to merge 486 commits into
probelabs / Visor: architecture
failed
Aug 27, 2026 in 31s
🚨 Check Failed
architecture check failed because fail_if condition was met.
Details
📊 Summary
- Total Issues: 2
- Error Issues: 2
🔍 Failure Condition Results
Failed Conditions
- global_fail_if: output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')
- Severity: ❌ error
Issues by Category
Architecture (1)
- ❌ snippets/gateway-config.mdx:2716 - The new
kvconfiguration for external secret management is documented for the Dashboard, MDCB, and Pump, but it is missing from the Gateway configuration. Concurrently, the oldkv.KVconfiguration has been removed from the Gateway documentation. This creates a significant inconsistency, leaving the Gateway without a documented method for using the new, standardized external secret management feature that is being rolled out across other components.
Logic (1)
- ❌ system:0 - Global failure condition met: output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')
Powered by Visor from Probelabs
💡 TIP: You can chat with Visor using /visor ask <your question>
Annotations
Check failure on line 2716 in snippets/gateway-config.mdx
probelabs / Visor: architecture
architecture Issue
The new `kv` configuration for external secret management is documented for the Dashboard, MDCB, and Pump, but it is missing from the Gateway configuration. Concurrently, the old `kv.KV` configuration has been removed from the Gateway documentation. This creates a significant inconsistency, leaving the Gateway without a documented method for using the new, standardized external secret management feature that is being rolled out across other components.
Raw output
Add the documentation for the new `kv` configuration block to `snippets/gateway-config.mdx`, consistent with how it has been added for other components like MDCB and Pump. If the feature is not implemented in the Gateway, this represents a major architectural divergence that should be addressed.
Loading