[
https://issues.apache.org/jira/browse/KNOX-2598?focusedWorklogId=591514&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-591514
]
ASF GitHub Bot logged work on KNOX-2598:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Apr/21 13:12
Start Date: 30/Apr/21 13:12
Worklog Time Spent: 10m
Work Description: lmccay commented on a change in pull request #442:
URL: https://github.com/apache/knox/pull/442#discussion_r623865574
##########
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:
So, it seems that we are assuming that we will only ever have one
database - which likely makes perfect sense. This does however imply that
either we will only have one JDBC TSS per deployment or that the schema will
disambiguate which topology the tokens are associated with. This is something
that we need to reconcile though not necessarily now.
--
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 591514)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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)