This script will
* Detect which database is provided and run a jboss-cli script to configure based on those envrionment environment variables * Detect if internal or Extenal External AMQ is used and configure JMS resources appropriately * Detect if Keycloak is used and configure auth appropriately
It will check for the following environment variables :
* POSTGRES_SERVICE_HOST - indicates to configure postgres * ARTEMIS_SERVICE_HOST - indicates to configure AMQ * KEYCLOAK_SERVICE_HOST - indicates to configure KEYCLOAK
If a value is not provided, a default implementation will be used. For example if POSTGRES_USER POSTGRES_SERVICE_HOST is not there then use h2 in memory.
[Trello link|https://trello.com/c/5y9UzdmO] |
|