How are my application secrets (environment variables) stored?
Environment variables you configure in neetoDeploy are encrypted at rest and injected securely into your containers at runtime. They are never stored in plain text.
How are platform infrastructure secrets managed?
The neetoDeploy platform itself uses Secvault — an internal secret management system with environment-isolated stores (development, staging, production). Infrastructure credentials (AWS keys, database URLs, API tokens, JWT key pairs) are accessed only at runtime via Secvault and are never committed to source code.