Centralized settings management for dotnet microservices.
Centralized Configuration
Manage all your microservice settings in one place. Real-time updates ensure your services stay in sync.
Easy to Integrate
Plugs directly into the ASP.NET configuration system, so it integrates seamlessly with your existing setup.
Enhanced Configuration Quality
Typed settings, validation, lookup tables and custom verifications improve the configuration experience and reduces errors.
Client Status Tracking
Update settings in real time without restarts and remotely monitor the status of your services.
Full Audit History
All changes are logged in an immutable history including who made the change, when and what was changed.
Import / Export Support
Import and export settings to json to easily move configurations between environments.
Secure
All setting values are encrypted at rest, secrets are not sent to the web application and clients must authenticate with their own secret to get settings. Integration to Azure Key Vault is available for very sensitive data.
Highly Available
Deploy the stateless api in multiple locations for high availability and local encrypted cache ensures clients can even start without reaching the api.
Feature Rich
Packed full of features like web hooks, built in setting documentation, grouping, scriptable validation and much more.
Open Source
Open sourced on GitHub and licenced under an Apache 2.0 license.