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!
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]