chore: fix fences errors

This commit is contained in:
Jesús Pérez 2026-01-14 05:24:46 +00:00
parent af85d60ddd
commit cbc77ec5ee
Signed by: jesus
GPG Key ID: 9F243E355E0BC939
27 changed files with 27 additions and 27 deletions

View File

@ -368,4 +368,4 @@ jq '.docker_compose_services.orchestrator.deploy.resources.limits' /tmp/enterpri
**Last Updated**: 2025-01-09
**ForminQuire Status**: DEPRECATED - Archived to .coder/archive/forminquire/
**Fallback**: Basic Nushell prompts if TypeDialog unavailable
**Tested**: Infrastructure examples (solo + enterprise) validated
**Tested**: Infrastructure examples (solo + enterprise) validated

View File

@ -106,4 +106,4 @@ Each file contains service-specific settings for networking, storage, security,
**Framework**: TypeDialog + Nickel Configuration System
**Date**: 2026-01-05
**Status**: ✅ Production Ready
**Status**: ✅ Production Ready

View File

@ -198,4 +198,4 @@ To add a new service configuration:
**Last Updated**: 2025-01-06 (Updated with Infrastructure Integration Guide)
**ConfigLoader Version**: 2.0.0
**Nickel Version**: Latest
**Infrastructure Integration**: Complete with schemas, examples, and validation scripts
**Infrastructure Integration**: Complete with schemas, examples, and validation scripts

View File

@ -365,4 +365,4 @@ For questions, issues, or contributions:
---
Built with ❤️ for comprehensive audit log management, compliance monitoring, and security analytics.
Built with ❤️ for comprehensive audit log management, compliance monitoring, and security analytics.

View File

@ -30,4 +30,4 @@ cd /Users/Akasha/repo-cnz/src/control-center-ui
# Use existing UI development commands
```
See original implementation for development setup and usage instructions.
See original implementation for development setup and usage instructions.

View File

@ -378,4 +378,4 @@ DELETE /user/sessions/{id}/revoke # Revoke session
---
**A complete, production-ready authentication system built with modern Rust and WebAssembly technologies.**
**A complete, production-ready authentication system built with modern Rust and WebAssembly technologies.**

View File

@ -142,4 +142,4 @@ If the warning becomes an error before upstream fixes are released, you can:
**Last Updated**: December 12, 2025
**Status**: Monitored, Non-Blocking
**Action**: Awaiting Upstream Fixes
**Action**: Awaiting Upstream Fixes

View File

@ -368,4 +368,4 @@ This project follows the licensing specified in the parent repository.
## Support
For questions and support, refer to the project documentation or create an issue in the repository.
For questions and support, refer to the project documentation or create an issue in the repository.

View File

@ -707,4 +707,4 @@ pub async fn delete_user(&self, user_id: &str) -> Result<(), RbacError> {
**Last Updated**: 2025-10-06
**Review Cycle**: Quarterly
**Next Review**: 2026-01-06
**Next Review**: 2026-01-06

View File

@ -450,4 +450,4 @@ curl http://localhost:8080/kms/health/rotation
4. **Blockchain Integration**: Immutable audit trails
This hybrid KMS system provides a solid foundation for secure key management in the control center architecture,
with room for future enhancements and customization based on specific requirements.
with room for future enhancements and customization based on specific requirements.

View File

@ -177,4 +177,4 @@ See project root LICENSE file.
## Contributing
See project root CONTRIBUTING.md for contribution guidelines.
See project root CONTRIBUTING.md for contribution guidelines.

View File

@ -583,4 +583,4 @@ curl "http://localhost:8082/api/v1/extensions?type=cluster"
## Support
For issues and questions, see the main README or project documentation.
For issues and questions, see the main README or project documentation.

View File

@ -632,4 +632,4 @@ See main project documentation for contribution guidelines.
## Support
For issues and questions, please refer to the main provisioning project documentation.
For issues and questions, please refer to the main provisioning project documentation.

View File

@ -132,4 +132,4 @@ This Rust MCP server is ready to be showcased at the **Rust Meetup 2025** as pro
- 🔒 **Compile-time safety** guarantees
- 🎯 **Philosophical consistency** with the ecosystem approach
This validates the **"Rust-first infrastructure automation"** approach for the meetup presentation.
This validates the **"Rust-first infrastructure automation"** approach for the meetup presentation.

View File

@ -512,4 +512,4 @@ This orchestrator solves the Nushell deep call stack limitations by:
4. Preserving all existing business logic in Nushell
The existing `on_create_servers` function can be replaced with `on_create_servers_workflow` for orchestrated execution while maintaining full
compatibility.
compatibility.

View File

@ -218,4 +218,4 @@ cargo test test_dns_integration
- [ ] DNS zone management
- [ ] DNSSEC integration
- [ ] Multi-zone support
- [ ] DNS caching layer
- [ ] DNS caching layer

View File

@ -373,4 +373,4 @@ Extension loading is optimized:
- [ ] Dependency graph visualization
- [ ] Extension marketplace integration
- [ ] Automatic version updates
- [ ] Extension sandboxing
- [ ] Extension sandboxing

View File

@ -414,4 +414,4 @@ Track OCI operations:
- [ ] Multi-registry support
- [ ] Mirror/proxy registry
- [ ] Artifact signing and verification
- [ ] Garbage collection for cache
- [ ] Garbage collection for cache

View File

@ -464,4 +464,4 @@ Track service metrics:
- [ ] Service watchdog
- [ ] Auto-restart on failure
- [ ] Service templates
- [ ] Container-based services
- [ ] Container-based services

View File

@ -522,4 +522,4 @@ vault read ssh/config/ca
- RFC 8709: Ed25519 and Ed448 Public Key Algorithms for SSH
- Vault SSH Secrets Engine: <https://www.vaultproject.io/docs/secrets/ssh>
- OpenSSH Certificate Authentication: <https://man.openbsd.org/ssh-keygen>
- OpenSSH Certificate Authentication: <https://man.openbsd.org/ssh-keygen>

View File

@ -382,4 +382,4 @@ telnet surreal-server 8000
2. **Scale**: SurrealDB Embedded (single-node production)
3. **Distribute**: SurrealDB Server (multi-node production)
This progressive approach allows teams to start simple and scale as requirements grow, with seamless migration between each stage.
This progressive approach allows teams to start simple and scale as requirements grow, with seamless migration between each stage.

View File

@ -389,4 +389,4 @@ When adding new features:
4. Update benchmarks for performance-critical code
5. Document any new test utilities
For more information on the storage architecture and API, see the main project documentation.
For more information on the storage architecture and API, see the main project documentation.

View File

@ -464,4 +464,4 @@ Copyright © 2024 Provisioning Team
- [Age Encryption](https://github.com/FiloSottile/age)
- [Cosmian KMS](https://cosmian.com/kms/)
- [Axum Web Framework](https://docs.rs/axum/)
- [Confidential Computing](https://confidentialcomputing.io/)
- [Confidential Computing](https://confidentialcomputing.io/)

View File

@ -754,4 +754,4 @@ curl http://localhost:8081/health
**Documentation Version**: 1.0.0
**Last Updated**: 2025-10-06
**Maintained By**: Platform Team
**Maintained By**: Platform Team

View File

@ -465,4 +465,4 @@ nu run-docker.nu stop --volumes
- Native Script: `provisioning/platform/scripts/run-native.nu`
- Docker Script: `provisioning/platform/scripts/run-docker.nu`
- Docker Files: `provisioning/platform/docker-compose.yaml` + mode-specific overrides
- Docker Files: `provisioning/platform/docker-compose.yaml` + mode-specific overrides

View File

@ -94,4 +94,4 @@ Use cached Docker layers or native builds with incremental compilation.
---
**Last Updated**: 2025-10-07
**Last Updated**: 2025-10-07

View File

@ -279,4 +279,4 @@ docker network inspect provisioning-net
- Health Check: `./scripts/health-check.nu`
- Logs: `docker-compose logs -f`
- Documentation: `docs/deployment/`
- Documentation: `docs/deployment/`