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 path to which audit logs should be written. The default path is the standard output stream (stdout). | log/audit/ | not set |
DATA_PROXY | userWithConnectionPrivileges | For the proxy to be accessible, you must specify a user name from the tenant that has the read Connection privilege. This user name is used to retrieve the connection configuration and credentials in the runtime service required by the agent. | jdoe Note: The Data Access Management Agent and Proxy services will not start without valid values for the usernameWithConnectionPrivileges and userWithConnectionPrivileges properties. | 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 |