Skip to main content
Version: 2.0.0

configure-aas

This section explained the environment variables used in the Docker Compose configuration file to initialize IAMS-AAS.

Environment VariableDescription
IAMS_KEYCLOAK_BASEURLThe URL to access the Keycloak.
IAMS_KEYCLOAK_SYSADMIN_ROLEThe realm role representing system administrator. Default is system-admin and can be modified. See Manual Keycloak Realm Setup for more information.
IAMS_KEYCLOAK_TENANTADMIN_ROLEThe realm role representing tenant administrator. Default is tenant-admin and can be modified. See Manual Keycloak Realm Setup for more information.
SERVER_ERROR_INCLUDE_MESSAGEWhether to include server error in the REST error message. Default is always which will alway include. Can disabled by specifying never.
SERVER_PORTPort to listen for request. Default is 8080.
MANAGEMENT_HEALTH_PROBES_ENABLEDWhether to enable the health check endpoint. It is enabled by default when deployed in Kubernetes.
LOGGING_LEVEL_ROOTLogging level. Default is INFO. Possible values are: ERROR, WARN, INFO, DEBUG, or TRACE