Jesús Pérez 1fe83246d6
feat: integrate enterprise security system into core libraries
Adds KMS, secrets management, config encryption, and auth plugins to enable
zero-trust security architecture across the provisioning platform.
2025-10-09 16:36:27 +01:00

7 lines
123 B
Plaintext

#!/usr/bin/env nu
# KMS Service Module
# Unified interface for Key Management Service operations
export use service.nu *