Amazon Redshift
Configure an Amazon Redshift datasource on your GuardiumĀ® system.
Supported Authentication Methods
| Authentication | Supported |
|---|---|
| Local user | Yes |
| LDAP | No |
| Kerberos | No |
| SSL | Yes |
| Mutual SSL | No |
Note:
SSL certificates are included with the JDBC driver that Guardium uses to connect to Amazon Redshift. The default authentication method is SSL.
Parameters
| Field | Description |
|---|---|
| Host Name/IP | Required. The hostname of the datasource. |
| Port number | Required. Default value: 5439 |
| Database | The name of the database. |
| Connection property | Properties that must be included in the JDBC URL to establish a JDBC connection with the datasource. The required format is property1=value;property2=value, where each property and value pair is separated by a semicolon. For examples, refer to the database vendor's JDBC documentation. |