Audit Configuration
The following properties configure the Audit module and need to be provided either in the Audit (audit) deployment in the Configuration Service or in the audit/etc/application.properties file on the ONE Application Server.
Basic settings
| Property | Data type | Description | 
|---|---|---|
| 
 | String | The number of the port where the Audit module is running. Default value:  | 
Keycloak authentication
| Property | Data type | Description | 
|---|---|---|
| 
 | String | The URL of the server where Keycloak is running. Default value:  | 
| 
 | String | The name of the Keycloak realm. Default value:  | 
| 
 | String | The client identifier. Used to verify a user’s authorization token and to log in a user. Default value:  | 
| 
 | String | The secret key of the client. Secret keys can be generated using Keycloak. Default value:  | 
| 
 | String | Specifies the issuer of the JWT token. Typically, Keycloak uses the URL of the realm as the token issuer. Default value:  | 
| 
 | Boolean | Enables creating an administration client for Keycloak. Default value:  | 
Audit database
| Property | Data type | Description | 
|---|---|---|
| 
 | String | A JDBC connection string pointing to the Audit database. Default value:  | 
| 
 | String | The username for the Audit database. Default value:  | 
| 
 | String | The password for the Audit database. Default value:  | 
Was this page useful?