File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -78,3 +78,21 @@ store.discovered.passwords.in.clear.text=false
78
78
# ones passed on the command-line.
79
79
#
80
80
store.discover.admin_credentials =true
81
+
82
+ #
83
+ # the property model.encryption.secret specifies the name of
84
+ # a secret containing a passphrase to decrypt the model.
85
+ # this property can't be specified as part of tool.properties,
86
+ # but should be specified on the Java command line as
87
+ # -Dwdt.config.model.encryption.secret=<secretname>
88
+ #
89
+ # the secret should be located in one of the directories specified
90
+ # in the WDT_MODEL_SECRETS_DIRS environment variable,
91
+ # and should contain the key "passphrase"
92
+ #
93
+ # the WDT_MODEL_SECRETS variable is described in WDT documentation
94
+ # under Concepts / Metadata Model
95
+ #
96
+ # WKO currently sets WDT_MODEL_SECRETS variable and uses it
97
+ # to resolve secret tokens in the model
98
+ #
You can’t perform that action at this time.
0 commit comments