[
https://issues.apache.org/jira/browse/KNOX-3247?focusedWorklogId=1004483&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1004483
]
ASF GitHub Bot logged work on KNOX-3247:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Feb/26 23:59
Start Date: 10/Feb/26 23:59
Worklog Time Spent: 10m
Work Description: lmccay commented on code in PR #1144:
URL: https://github.com/apache/knox/pull/1144#discussion_r2790838055
##########
gateway-spi/src/main/java/org/apache/knox/gateway/config/GatewayConfig.java:
##########
@@ -1031,4 +1031,51 @@ public interface GatewayConfig {
* @return the strict transport option if set; otherwise return the default
value 'max-age=31536000'
*/
String getStrictTransportOption();
+
+ // LDAP Service Configuration
+ String LDAP_ENABLED = "gateway.ldap.enabled";
+ String LDAP_PORT = "gateway.ldap.port";
+ String LDAP_BASE_DN = "gateway.ldap.base.dn";
+ String LDAP_BACKEND_TYPE = "gateway.ldap.backend.type";
+ String LDAP_BACKEND_DATA_FILE = "gateway.ldap.backend.data.file";
Review Comment:
Done - good catch. I didn't check where they were actually added - doh!
Issue Time Tracking
-------------------
Worklog Id: (was: 1004483)
Time Spent: 50m (was: 40m)
> Knox LDAP Server with Pluggable Backend
> ---------------------------------------
>
> Key: KNOX-3247
> URL: https://issues.apache.org/jira/browse/KNOX-3247
> Project: Apache Knox
> Issue Type: New Feature
> Components: Server
> Reporter: Larry McCay
> Assignee: Larry McCay
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> By exposing an LDAP interface from Knox, we can provide a rich set of backend
> implementations that can:
> * Provide easy demo and test environments with a file based backend
> * Provide enterprise integrations by proxying actual LDAP backends
> * Provide novel implementations based on the KNOX-AUTH-SERVICE in other
> topologies
> * All while simplifying the configuration of consumers by normalizing the
> exposed schema - resulting in the same LDAP config for all deployments rather
> than chasing the deployment specific details across the platform.
> Knox can be the central LDAP Server for the platform while integrating with
> all of the possible combinations that we already support.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)