You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/21 18:48:16 UTC

[GitHub] jon-wei commented on a change in pull request #6181: Add PostgreSQLConnectorConfig to expose SSL configuration options

jon-wei 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_r211716882
 
 

 ##########
 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|
+|--------|-----------|-------|--------|
+| useSSL | Enables SSL | `false` | no |
 
 Review comment:
   The druid docs generally put the full property name in these tables, e.g. `druid.metadata.postgres.ssl.useSSL`, can you change these to that form?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org