[
https://issues.apache.org/jira/browse/RANGER-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15309346#comment-15309346
]
rangerqa commented on RANGER-1010:
----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12807329/RANGER-1010.patch
against master revision bc63484.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
+1 checkstyle. The patch generated 0 code style errors.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-RANGER-Build/232//testReport/
Console output:
https://builds.apache.org/job/PreCommit-RANGER-Build/232//console
This message is automatically generated.
> Make 2 sso properties non-configurable in Ranger
> ------------------------------------------------
>
> Key: RANGER-1010
> URL: https://issues.apache.org/jira/browse/RANGER-1010
> Project: Ranger
> Issue Type: Bug
> Components: admin
> Affects Versions: 0.6.0
> Reporter: Mehul Parikh
> Assignee: Ankita Sinha
> Fix For: 0.6.0
>
> Attachments: RANGER-1010.patch
>
>
> Make these 2 properties non-configurable, add them to
> ranger-admin-default-site.xml and remove them from ranger-admin-site.xml and
> also remove them from install.properties.
> {code}
> <property>
> <name>ranger.sso.cookiename</name>
> <value>hadoop-jwt</value>
> </property>
> <property>
> <name>ranger.sso.query.param.originalurl</name>
> <value>originalUrl</value>
> </property>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)