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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to