**Description** - Add `secret` part in `NubeConfig` (`SecretConfig` similar to `AppConfig`) - Provide `reference variable` like: `@<part>.<var_name>` and in `"__secret__"` has `@secret.<var_name>` key. For example: ```json { "__app__": { "password": "@secret.abc" }, "__secret__": { "@abc": "<actual_value>" } } ``` **DOD** - [ ] If `ref_var` not found, just return and keep it as it is - [ ] Exclude `secret config` in `logging` - [ ] Work well `System properties` and `Environment variables`
Description
secretpart inNubeConfig(SecretConfigsimilar toAppConfig)reference variablelike:@<part>.<var_name>and in"__secret__"has@secret.<var_name>key. For example:{ "__app__": { "password": "@secret.abc" }, "__secret__": { "@abc": "<actual_value>" } }DOD
ref_varnot found, just return and keep it as it issecret configinloggingSystem propertiesandEnvironment variables