You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/06/01 01:23:12 UTC

[jira] [Commented] (AMBARI-16719) Enable authentication using Ambari for LogSearch

    [ https://issues.apache.org/jira/browse/AMBARI-16719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15309013#comment-15309013 ] 

Hadoop QA commented on AMBARI-16719:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12807282/AMBARI-16719.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 11 new or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:red}-1 core tests{color}.  The patch failed these unit tests in ambari-logsearch/ambari-logsearch-portal ambari-server ambari-web:

                  org.apache.ambari.server.controller.internal.ClusterStackVersionResourceProviderTest

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/7087//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/7087//console

This message is automatically generated.

> Enable authentication using Ambari for LogSearch
> ------------------------------------------------
>
>                 Key: AMBARI-16719
>                 URL: https://issues.apache.org/jira/browse/AMBARI-16719
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-logsearch
>    Affects Versions: 2.4.0
>            Reporter: Don Bosco Durai
>            Assignee: Miklos Gergely
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-16719.patch
>
>
> We need to add the following properties to logsearch.properties for enabling authentication using Ambari.
> logsearch.auth.external_auth.enable=true
> logsearch.auth.external_auth.host_url=http://AMBARI_HOST:8080
> logsearch.auth.external_auth.login_url=/api/v1/users/$USERNAME/privileges?fields=*
> logsearch.roles.allowed=AMBARI.ADMINISTRATOR
> Do not replace $USERNAME. This will be replaced by LogSearch code based on the username
> The corresponding changes to LogSearch are already committed. This can be manually tested by adding the above properties in logsearch custom properties



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)