You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by merrimanr <gi...@git.apache.org> on 2018/11/01 18:00:15 UTC

[GitHub] metron pull request #1246: METRON-1844: Allow for LDAP to be used for authen...

Github user merrimanr commented on a diff in the pull request:

    https://github.com/apache/metron/pull/1246#discussion_r230138602
  
    --- 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 --
    
    Are we using a "jdbc" profile anywhere?  From what I can tell jdbc authentication is used by default but we don't actually use a profile for that.


---