Adds KMS, secrets management, config encryption, and auth plugins to enable zero-trust security architecture across the provisioning platform.
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
#!/usr/bin/env nu
|
|
|
|
# KMS Service Module
|
|
# Unified interface for Key Management Service operations
|
|
|
|
export use service.nu *
|