-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
C: configC: coreIssue related to CoreIssue related to CoreC: securityCL: MediumComplexity level: mediumComplexity level: mediumP: MediumS: Need ReviewsT: FeatureIssue Type: FeatureIssue Type: Feature
Description
Description
- Add
secretpart inNubeConfig(SecretConfigsimilar toAppConfig) - Provide
reference variablelike:@<part>.<var_name>and in"__secret__"has@secret.<var_name>key. For example:{ "__app__": { "password": "@secret.abc" }, "__secret__": { "@abc": "<actual_value>" } }
DOD
- If
ref_varnot found, just return and keep it as it is - Exclude
secret configinlogging - Work well
System propertiesandEnvironment variables - Never show
secretinRESTresponse ofCREATE/UPDATE/PATCH/GET/GET_LISTservice/module - Introduce specific endpoint for
GET/PATCH/UPDATEsecret config/modules/<module_id>/secret,/services/<service_id>/secret - Provide
inject secretmethod inSharedDatato invoke manually when needed
Metadata
Metadata
Assignees
Labels
C: configC: coreIssue related to CoreIssue related to CoreC: securityCL: MediumComplexity level: mediumComplexity level: mediumP: MediumS: Need ReviewsT: FeatureIssue Type: FeatureIssue Type: Feature