
Type | Name | Description | Sample Value | Default Value |
|---|---|---|---|---|
DATA_PROXY | enableFileBasedAudit | Set to true to generate audit logs. Leave as false to prevent audit log generation. | true | false |
DATA_PROXY | customFileBasedAuditPath | You can specify a directory where the Secure Agent writes audit logs. The default path is the path in which you installed the Secure Agent. | log/audit/ | not set |
DATA_PROXY | userWithConnectionPrivileges | For the proxy to be accessible, specify a user name from the tenant that has the "read Connection" privilege. The Secure Agent uses this user name to retrieve the required connection configuration and credentials in the runtime service. | jdoe Note: The Data Access Management Proxy service will not start without a valid value for the userWithConnectionPrivileges property. | not set |
DATA_PROXY | jdbc_port | Port exposed by the proxy for querying the proxy. | 3306 | 51320 |
DATA_PROXY | jdbc_host | The network interface this connector binds to as an IP address or a hostname. If null or 0.0.0.0, then bind to all interfaces. | 127.0.0.1 | 0.0.0.0 |