Oracle Commerce Tools and Frameworks uses a shared secret for secure communication. Oracle recommends changing the shared secret after installation.
To update the shared secret, you must run the
set_shared_secret script and update the
webstudio.properties file.
Navigate to the
%ENDECA_TOOLS_ROOT%\admin\confdirectory on Windows($ENDECA_TOOLS_ROOT/admin/bindirectory on UNIX).Edit the
workbench.propertiesfile and change theworkbench.hostandworkbench.portif your port is different than 8006 to point to your Oracle Commerce Workbench Service.Navigate to the
%ENDECA_TOOLS_ROOT%\admin\bindirectory on Windows ($ENDECA_TOOLS_ROOT/admin/bindirectory on UNIX).Run the
set_shared_secret[.bat|.sh]script passing in theworkbench.propertiesconfiguration file and a new shared secret with the--secretparameter.For example, in UNIX this is:
./set_shared_secret.sh --config ../conf/workbench.properties --secret some_secret_hereNavigate to the
%ENDECA_TOOLS_CONF%\confdirectory on Windows ($ENDECA_TOOLS_CONF/confdirectory on UNIX).Locate the
sharedSecretproperty. For example:# Shared secret used for all IFCR-hosted tools # Value should match the shared secret defined for each tool # in ws-extensions.xml sharedSecret=DLK#*@#%Gu3897hr*#FI$fil#H2oHP@Set the value of the property to the new shared secret. It must match the shared secret parameter that you used when you ran the
set_shared_secretscript.For example:
sharedSecret=some_secret_here

