This is an automated email from the ASF dual-hosted git repository. jihoonson pushed a commit to branch 0.18.0 in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/0.18.0 by this push: new 4230e3f Revert "Markdown formatting error in druid-pac4j (#9727)" 4230e3f is described below commit 4230e3fb9e7e83720c075e05734b95c79747e892 Author: Jihoon Son <jihoon...@apache.org> AuthorDate: Wed Apr 22 11:03:30 2020 -0700 Revert "Markdown formatting error in druid-pac4j (#9727)" This reverts commit 539959b75d7f69e89c71d91104bc50d65cf1cd9a. --- docs/development/extensions-core/druid-pac4j.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/extensions-core/druid-pac4j.md b/docs/development/extensions-core/druid-pac4j.md index 3dea811..e8fdcf1 100644 --- a/docs/development/extensions-core/druid-pac4j.md +++ b/docs/development/extensions-core/druid-pac4j.md @@ -37,7 +37,7 @@ druid.auth.authenticator.pac4j.type=pac4j ### Properties |Property|Description|Default|required| -|--------|---------------|-----------|-------| +|--------|---------------|-----------|-------|--------| |`druid.auth.pac4j.cookiePassphrase`|passphrase for encrypting the cookies used to manage authentication session with browser. It can be provided as plaintext string or The [Password Provider](../../operations/password-provider.md).|none|Yes| |`druid.auth.pac4j.readTimeout`|Socket connect and read timeout duration used when communicating with authentication server|PT5S|No| |`druid.auth.pac4j.enableCustomSslContext`|Whether to use custom SSLContext setup via [simple-client-sslcontext](simple-client-sslcontext.md) extension which must be added to extensions list when this property is set to true.|false|No| --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org