Github user justinleet commented on a diff in the pull request:
https://github.com/apache/metron/pull/1246#discussion_r230153304
--- Diff:
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-rest-env.xml
---
@@ -35,32 +35,29 @@
</property>
<property>
<name>metron_spring_profiles_active</name>
- <description>Active Spring profiles</description>
+ <description>Active Spring profiles. 'ldap' is used to enable
authentication via LDAP.</description>
<display-name>Active Spring profiles</display-name>
- <value/>
- <value-attributes>
- <empty-value-valid>true</empty-value-valid>
- </value-attributes>
+ <value>jdbc</value>
--- End diff --
good catch. I thought I'd rolled that back. I'll udpate
---