[
https://issues.apache.org/jira/browse/AMBARI-16719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15311282#comment-15311282
]
Olivér Szabó commented on AMBARI-16719:
---------------------------------------
committed to branch-2.4:
{code:java}
commit e64a347131f3e088437902e9cfca324540566b18
Author: Miklos Gergely <[email protected]>
Date: Thu Jun 2 00:21:56 2016 +0200
AMBARI-16719. Enable authentication using Ambari for LogSearch (Miklos
Gergely via oleewere)
{code}
committed to trunk:
{code:java}
commit 2ff12b7e0ff3ff111f5f8b01e2a232b3109f4ab7
Author: Miklos Gergely <[email protected]>
Date: Thu Jun 2 00:21:56 2016 +0200
AMBARI-16719. Enable authentication using Ambari for LogSearch (Miklos
Gergely via oleewere)
{code}
> 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)