Config & Secrets
You can access Congifs & Secrets in your apps and workspaces. Using these, you can configure environment variables, and create config files mounted within your app or workspace containers.
Configs
Configs in Kloudlite are key-value pairs that store configuration data required by your applications. They allow you to manage application settings that are not sensitive but are essential for the app’s functionality.
These configs can be referenced within your app to control various behaviors and settings without hardcoding them into your application code.
Secrets
Secrets in Kloudlite are similar to configs but are used to store sensitive information securely. These include credentials, tokens, passwords, and other confidential data that should not be exposed.
These secrets are injected into your app’s environment, ensuring that sensitive data is managed securely.
Config Creation
Usage
Config in app
Config in workspace