Releases: floracodex/nestjs-secrets
Releases · floracodex/nestjs-secrets
1.0.0-rc.1
1.0.0-rc.0
NestJS Secrets
simplifies how you manage configuration and securely integrate secrets from cloud providers into your NestJS applications. It enhances NestJS's standard ConfigModule
without reinventing the wheel, allowing you to keep sensitive data out of your codebase and easily handle environment-specific settings.
For full documentation, please visit our GitHub Wiki.
Key Features
- Load configuration from YAML or JSON files.
- Merge multiple configuration files with defined precedence.
- Resolve secrets directly from native identifiers of major cloud providers:
- Extensible architecture to support custom secret providers.
- Seamless integration with the standard NestJS
ConfigService
.