This service serves as an abstraction layer for using Digital-exchange functionalities. EntandoDeBundles served in the cluster can be installed in an EntandoApp using this service. This service relies on the Entando K8S service for interaction with the K8S cluster
- An Entando cluster already running or the required components reachable
craneinstalled locally and in the system path; crane can be installed from the following URL.
- Rename
application-dev.properties.templatetoapplication-dev.propertiesand change relevant properties - Fetch k8s JWT token from the pod of the component manager running in your cluster instance inside
/var/run/secrets/kubernetes.io/serviceaccount/tokenand place it locally in the same path or eventually set the environment variable SERVICE_ACCOUNT_TOKEN_PATH - Start Spring application with
devprofile
| Group | Name | Value [default] | Description |
|---|---|---|---|
| General | ENTANDO_URL | The URL to access the Entando App instance | |
| ENTANDO_APP_NAMESPACE | [test-namespace] | The kubernetes namespace where the entando app is running | |
| ENTANDO_APP_NAME | [test-entando] | The entando app name that this service is in | |
| ENTANDO_ECR_DEAPP_REQUEST_RETRIES | [3] | Number of times the CM retries the component create/update before giving up | |
| ENTANDO_ECR_DEAPP_REQUEST_BACKOFF | [5] | Seconds to wait before the next attempt is executed | |
| ENTANDO_ECR_POSTINIT | Configuration of the postinit process | ||
| ENTANDO_CONTAINER_REGISTRY_CREDENTIALS | [blank] | Credentials for each container registry | |
| MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE | To enable component-manager /actuator/info (More Info) | ||
| Spring Security | SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_ISSUER-URI | The issuer of the token, e.g., http://insecure-keycloak-cacms.apps.serv.run/auth/realms/entando | |
| SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT-ID | The client id for the service | ||
| SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT-SECRET | The client secret | ||
| Database | DB_VENDOR | [postgres] | Which database will be used |
| DB_HOST | [localhost] | Database host | |
| DB_PORT | [5432] | Database port | |
| DB_NAME | [digital_exchange] | Database name | |
| DB_OPTIONS | [useSSL=false] | Database options | |
| DB_USER | [admin] | Database user | |
| DB_PASS | [admin] | Database password | |
| Bundle Related | ENTANDO_BUNDLE_TAGS_TYPES | dev, [prod] | To generate EntandoDeBundle CRs using tags to select for dev, prod, or both as a comma delimited list |
| ENTANDO_BUNDLE_DOWNLOAD_TIMEOUT | [300] | Download timeout in seconds | |
| ENTANDO_BUNDLE_DOWNLOAD_RETRIES | [3] | Max download attempts | |
| ENTANDO_BUNDLE_DECOMPRESS_TIMEOUT | [600] | Decompress timeout in seconds |