Hi in zip you have our solution that we are using in our application on WF26. I'm not sure now, but I think that I tried it on WF27 too.
It is using Crendential store and masked passwords
<custom-standalone>.xml means that it is your config file for WF. we have e.g. there this values related to location of credential store and configs
<system-properties>
<property name="permanent-configuration.dir" value="${jboss.home.dir}/../permanent-configuration"/>
</system-properties>
<paths>
<path name="permanent-configuration.dir" path="${permanent-configuration.dir}"/>
</paths>
credential-store.properties contains values like this (I ommit other @EnProperty key=value pairs):
credentialStoreAlgorithm=KeyStoreCredentialStore
keyStoreType=JCEKS
credentialStore=<path to store>
credentialStoreModelNodeName=<credential-store name defined in <custom-standalone>.xml>
host=localhost
managementPort=9990
Dne neděle 19. února 2023 v 13:23:05 UTC+1 uživatel Arkady Zelekman napsal: