FrankChen021 commented on code in PR #12933: URL: https://github.com/apache/druid/pull/12933#discussion_r953265596
########## docs/operations/tls-support.md: ########## @@ -50,6 +50,8 @@ values for the configs below, among others provided by Java implementation. |`druid.server.https.keyStoreType`|The type of the key store.|none|yes| |`druid.server.https.certAlias`|Alias of TLS/SSL certificate for the connector.|none|yes| |`druid.server.https.keyStorePassword`|The [Password Provider](../operations/password-provider.md) or String password for the Key Store.|none|yes| +|`druid.server.https.reloadSslContext`| Should druid server detect Key Store file change and reload.|false|no| +|`druid.server.https.reloadSslContextSeconds`| how frequently should druid server scan for Key Store file change.|60|yes| Review Comment: ```suggestion |`druid.server.https.reloadSslContextSeconds`| How frequently should druid server scan for Key Store file change.|60|yes| ``` ########## docs/operations/tls-support.md: ########## @@ -50,6 +50,8 @@ values for the configs below, among others provided by Java implementation. |`druid.server.https.keyStoreType`|The type of the key store.|none|yes| |`druid.server.https.certAlias`|Alias of TLS/SSL certificate for the connector.|none|yes| |`druid.server.https.keyStorePassword`|The [Password Provider](../operations/password-provider.md) or String password for the Key Store.|none|yes| +|`druid.server.https.reloadSslContext`| Should druid server detect Key Store file change and reload.|false|no| +|`druid.server.https.reloadSslContextSeconds`| how frequently should druid server scan for Key Store file change.|60|yes| Review Comment: ```suggestion |`druid.server.https.reloadSslContextSeconds`| How frequently should Druid server scan for Key Store file change.|60|yes| ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
