Skip to content

Commit 6f5d19e

Browse files
committed
Merge branch 'model-secret-variable-comment' into 'main'
Add comment describing -Dwdt.config.model.encryption.secret option See merge request weblogic-cloud/weblogic-deploy-tooling!1710
2 parents af0264e + 615a903 commit 6f5d19e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

installer/src/main/lib/tool.properties

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,21 @@ store.discovered.passwords.in.clear.text=false
7878
# ones passed on the command-line.
7979
#
8080
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+
#

0 commit comments

Comments
 (0)