You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/05/02 18:41:00 UTC

[jira] [Work logged] (KNOX-2598) Add SSL support to JDBCTokenStateService

     [ https://issues.apache.org/jira/browse/KNOX-2598?focusedWorklogId=592030&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-592030 ]

ASF GitHub Bot logged work on KNOX-2598:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/May/21 18:40
            Start Date: 02/May/21 18:40
    Worklog Time Spent: 10m 
      Work Description: smolnar82 commented on a change in pull request #442:
URL: https://github.com/apache/knox/pull/442#discussion_r624737344



##########
File path: gateway-server/src/main/java/org/apache/knox/gateway/config/impl/GatewayConfigImpl.java
##########
@@ -1258,4 +1261,20 @@ public int getDatabasePort() {
   public String getDatabaseName() {
     return get(GATEWAY_DATABASE_NAME, "GATEWAY_DATABASE");
   }
+
+  @Override
+  public boolean isDatabaseSslEnabled() {

Review comment:
       Thanks, @lmccay for your review! I agree that per topology may be necessary once. Let's cross that bridge when we come to it!




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 592030)
    Time Spent: 0.5h  (was: 20m)

> Add SSL support to JDBCTokenStateService
> ----------------------------------------
>
>                 Key: KNOX-2598
>                 URL: https://issues.apache.org/jira/browse/KNOX-2598
>             Project: Apache Knox
>          Issue Type: Task
>    Affects Versions: 1.6.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Critical
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> PostgreSQL support should be extended to handle SSL client-server connections.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)