provisioning/docs/src/SUMMARY.md

185 lines
7.0 KiB
Markdown
Raw Normal View History

# Summary
[Introduction](README.md)
[Glossary](GLOSSARY.md)
---
# Quick Start
- [Prerequisites](quickstart/01-prerequisites.md)
- [Installation](quickstart/02-installation.md)
- [First Deployment](quickstart/03-first-deployment.md)
- [Verification](quickstart/04-verification.md)
---
# User Guide
- [Overview](user/README.md)
- [Quick Start](user/quickstart.md)
- [Command Reference](user/command-reference.md)
- [Workspace Guide](user/workspace-guide.md)
- [CoreDNS Guide](user/COREDNS_GUIDE.md)
- [Service Management Guide](user/SERVICE_MANAGEMENT_GUIDE.md)
- [Service Management Quick Reference](user/SERVICE_MANAGEMENT_QUICKREF.md)
- [Test Environment Guide](user/test-environment-guide.md)
- [Test Environment Usage](user/test-environment-usage.md)
- [Troubleshooting Guide](user/troubleshooting-guide.md)
## Authentication & Security
- [Authentication Layer Guide](user/AUTHENTICATION_LAYER_GUIDE.md)
- [Auth Quick Reference](user/AUTH_QUICK_REFERENCE.md)
- [Config Encryption Guide](user/CONFIG_ENCRYPTION_GUIDE.md)
- [Config Encryption Quick Reference](user/CONFIG_ENCRYPTION_QUICKREF.md)
- [Dynamic Secrets Quick Reference](user/DYNAMIC_SECRETS_QUICK_REFERENCE.md)
- [SSH Temporal Keys User Guide](user/SSH_TEMPORAL_KEYS_USER_GUIDE.md)
- [RustyVault KMS Guide](user/RUSTYVAULT_KMS_GUIDE.md)
## Extension Management
- [Extension Development](user/extension-development.md)
- [Nushell Plugins Guide](user/NUSHELL_PLUGINS_GUIDE.md)
- [Plugin Integration Guide](user/PLUGIN_INTEGRATION_GUIDE.md)
---
# Architecture
- [Architecture Overview](architecture/ARCHITECTURE_OVERVIEW.md)
- [Integration Patterns](architecture/integration-patterns.md)
- [Multi-Repo Strategy](architecture/multi-repo-strategy.md)
- [Orchestrator Integration Model](architecture/orchestrator-integration-model.md)
- [Orchestrator Info](architecture/orchestrator_info.md)
## Architecture Decision Records (ADRs)
- [ADR Index](architecture/adr/README.md)
- [ADR-007: Hybrid Architecture](architecture/adr/ADR-007-HYBRID_ARCHITECTURE.md)
- [ADR-008: Workspace Switching](architecture/adr/ADR-008-WORKSPACE_SWITCHING.md)
- [ADR-009: Security System Complete](architecture/adr/ADR-009-security-system-complete.md)
- [ADR-010: Test Environment Service](architecture/adr/ADR-010-test-environment-service.md)
- [ADR-011: Try-Catch Migration](architecture/adr/ADR-011-try-catch-migration.md)
- [ADR-012: Nushell Plugins](architecture/adr/ADR-012-nushell-plugins.md)
## Security & Compliance
- [Cedar Authorization Implementation](architecture/CEDAR_AUTHORIZATION_IMPLEMENTATION.md)
- [Compliance Implementation Summary](architecture/COMPLIANCE_IMPLEMENTATION_SUMMARY.md)
- [Database and Config Architecture](architecture/DATABASE_AND_CONFIG_ARCHITECTURE.md)
- [JWT Auth Implementation](architecture/JWT_AUTH_IMPLEMENTATION.md)
- [MFA Implementation Summary](architecture/MFA_IMPLEMENTATION_SUMMARY.md)
- [Orchestrator Auth Integration](architecture/orchestrator-auth-integration.md)
---
# Platform Services
- [Platform Overview](platform/README.md)
- [Orchestrator](platform/orchestrator.md)
- [Control Center](platform/control-center.md)
- [MCP Server](platform/mcp-server.md)
- [KMS Service](platform/kms-service.md)
- [Extension Registry](platform/extension-registry.md)
- [OCI Registry](platform/oci-registry.md)
- [Platform Installer](platform/installer.md)
- [Provisioning API Server](platform/provisioning-server.md)
---
# API Reference
- [API Overview](api/README.md)
- [REST API](api/rest-api.md)
- [WebSocket API](api/websocket.md)
- [Nushell API](api/nushell-api.md)
- [Provider API](api/provider-api.md)
- [Extensions API](api/extensions.md)
- [SDKs](api/sdks.md)
- [Integration Examples](api/integration-examples.md)
---
# Development
- [Development Overview](development/README.md)
- [Build System](development/build-system.md)
- [Project Structure](development/project-structure.md)
- [Workflow](development/workflow.md)
- [Integration](development/integration.md)
- [Implementation Guide](development/implementation-guide.md)
- [Distribution Process](development/distribution-process.md)
## Extension Development
- [Extensions](development/extensions.md)
- [Provider Agnostic Architecture](development/PROVIDER_AGNOSTIC_ARCHITECTURE.md)
- [Quick Provider Guide](development/QUICK_PROVIDER_GUIDE.md)
- [Taskserv Developer Guide](development/TASKSERV_DEVELOPER_GUIDE.md)
- [Taskserv Quick Guide](development/TASKSERV_QUICK_GUIDE.md)
- [Command Handler Guide](development/COMMAND_HANDLER_GUIDE.md)
## Configuration
- [Configuration Guide](development/configuration.md)
- [Workspace Management](development/workspace-management.md)
## KCL Development
- [KCL Module Guide](development/KCL_MODULE_GUIDE.md)
- [KCL Quick Reference](development/kcl/KCL_QUICK_REFERENCE.md)
- [KCL Dependency Patterns](development/kcl/KCL_DEPENDENCY_PATTERNS.md)
- [KCL Guidelines Implementation](development/kcl/KCL_GUIDELINES_IMPLEMENTATION.md)
- [KCL Module Organization Summary](development/kcl/KCL_MODULE_ORGANIZATION_SUMMARY.md)
- [KCL Module System Implementation](development/kcl/KCL_MODULE_SYSTEM_IMPLEMENTATION.md)
- [KCL Validation Index](development/kcl/VALIDATION_INDEX.md)
- [KCL Validation Executive Summary](development/kcl/VALIDATION_EXECUTIVE_SUMMARY.md)
## Implementation Notes
- [Ctrl-C Implementation Notes](development/CTRL-C_IMPLEMENTATION_NOTES.md)
---
# Guides
- [From Scratch Deployment](guides/from-scratch.md)
- [Update Infrastructure](guides/update-infrastructure.md)
- [Customize Infrastructure](guides/customize-infrastructure.md)
- [Quickstart Cheatsheet](guides/quickstart-cheatsheet.md)
---
# Migration
- [Migration Overview](migration/README.md)
- [KMS Simplification](migration/KMS_SIMPLIFICATION.md)
- [Try-Catch Migration](TRY_CATCH_MIGRATION.md)
- [Try-Catch Migration Complete](TRY_CATCH_MIGRATION_COMPLETE.md)
---
# Operations
- [Operations Overview](operations/README.md)
- [Deployment Guide](operations/deployment.md)
- [Monitoring Guide](operations/monitoring.md)
- [Backup and Recovery](operations/backup-recovery.md)
---
# Reference
- [Main Provisioning Document](PROVISIONING.md)
- [Sudo Password Handling](quick-reference/SUDO_PASSWORD_HANDLING.md)
- [Structure Comparison](STRUCTURE_COMPARISON.md)
- [Taskserv Categorization](TASKSERV_CATEGORIZATION.md)
- [Real Templates Extracted](REAL_TEMPLATES_EXTRACTED.md)
---
# Implementation Summaries
- [Authentication Layer Implementation](AUTHENTICATION_LAYER_IMPLEMENTATION_SUMMARY.md)
- [Dynamic Secrets Implementation](DYNAMIC_SECRETS_IMPLEMENTATION.md)
- [Plugin Integration Tests Summary](PLUGIN_INTEGRATION_TESTS_SUMMARY.md)
- [RustyVault Control Center Integration](RUSTYVAULT_CONTROL_CENTER_INTEGRATION_COMPLETE.md)
- [RustyVault Integration](RUSTYVAULT_INTEGRATION_SUMMARY.md)
- [Security System Implementation](SECURITY_SYSTEM_IMPLEMENTATION_COMPLETE.md)
- [Target-Based Config Implementation](configuration/TARGET_BASED_CONFIG_COMPLETE_IMPLEMENTATION.md)
- [Workspace Config Implementation](configuration/WORKSPACE_CONFIG_IMPLEMENTATION_SUMMARY.md)
- [Workspace Config Architecture](configuration/workspace-config-architecture.md)