rpless commented on a change in pull request #6181: Add PostgreSQLConnectorConfig to expose SSL configuration options URL: https://github.com/apache/incubator-druid/pull/6181#discussion_r211781134
########## File path: docs/content/development/extensions-core/postgresql.md ########## @@ -47,3 +47,19 @@ Make sure to [include](../../operations/including-extensions.html) `postgresql-m druid.metadata.storage.connector.user=druid druid.metadata.storage.connector.password=diurd ``` + +## Configuration +In most cases, the configuration options map directly to the [postgres jdbc connection options](https://jdbc.postgresql.org/documentation/head/connect.html). + +|Property|Description|Default|Required| +|--------|-----------|-------|--------| +| `druid.metadata.postgres.useSSL` | Enables SSL | `false` | no | +| `druid.metadata.postgres.sslPassword` | The [Password Provider](../../operations/password-provider.html) or String password for the client's key. | none | no | +| `druid.metadata.postgres.sslFactory` | The class name to as the `SSLSocketFactory` | none | no | Review comment: Yep good catch. I'll change that. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
