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

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

                Author: ASF GitHub Bot
            Created on: 14/Apr/21 10:52
            Start Date: 14/Apr/21 10:52
    Worklog Time Spent: 10m 
      Work Description: moresandeep commented on a change in pull request #433:
URL: https://github.com/apache/knox/pull/433#discussion_r613143232



##########
File path: 
gateway-server/src/main/java/org/apache/knox/gateway/config/impl/GatewayConfigImpl.java
##########
@@ -271,6 +272,12 @@
   private static final String KNOX_HOMEPAGE_LOGOUT_ENABLED =  
"knox.homepage.logout.enabled";
   private static final String KNOX_INCOMING_XFORWARDED_ENABLED = 
"gateway.incoming.xforwarded.enabled";
 
+  //Gateway Database related properties
+  private static final String GATEWAY_DATABASE_TYPE = 
GATEWAY_CONFIG_FILE_PREFIX + ".database.type";
+  private static final String GATEWAY_DATABASE_HOST =  
GATEWAY_CONFIG_FILE_PREFIX + ".database.host";
+  private static final String GATEWAY_DATABASE_PORT =  
GATEWAY_CONFIG_FILE_PREFIX + ".database.port";
+  private static final String GATEWAY_DATABASE_NAME =  
GATEWAY_CONFIG_FILE_PREFIX + ".database.name";

Review comment:
       What if we need to add another database for other functions? 
   e.g. this is for token, I am thinking of leveraging this to store public key 
and kids for JWKS service so we might use a different DB name for that.




-- 
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: 582375)
    Time Spent: 1h 20m  (was: 1h 10m)

> Implement JDBC TokenStateService
> --------------------------------
>
>                 Key: KNOX-2554
>                 URL: https://issues.apache.org/jira/browse/KNOX-2554
>             Project: Apache Knox
>          Issue Type: Task
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Major
>             Fix For: 1.6.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Add a new TokenStateService implementation that stores token metadata in a 
> relational database.



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

Reply via email to