You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/10/04 19:25:26 UTC

[jira] [Commented] (AMBARI-13304) Add security-related HTTP headers to Views to keep Ambari up to date with best-practices

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

Hadoop QA commented on AMBARI-13304:
------------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12764944/AMBARI-13304_trunk_01.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 1 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:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

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

This message is automatically generated.

> Add security-related HTTP headers to Views to keep Ambari up to date with best-practices
> ----------------------------------------------------------------------------------------
>
>                 Key: AMBARI-13304
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13304
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 1.7.0
>            Reporter: Robert Levas
>            Assignee: Robert Levas
>             Fix For: 2.2.0, 2.0.3, 2.1.3
>
>         Attachments: AMBARI-13304_branch-2.0.maint_01.patch, AMBARI-13304_branch-2.1_01.patch, AMBARI-13304_trunk_01.patch
>
>
> Add security-related HTTP headers to Views to keep Ambari up to date with best-practices. 
> * Strict-Transport-Security
> * X-Frame-Options
> * X-XSS-Protection
> These headers should be configurable via the ambari.properties such that they may be turned on or off - and set to some custom value.
> The default value for this headers should be as follows:
> * Strict-Transport-Security: max-age=31536000
> * X-Frame-Options: DENY
> * X-XSS-Protection: 1; mode=block
> Strict-Transport-Security should only be turned on if SSL is enabled.
> The relevant Ambari properties should be:
> * Strict-Transport-Security: http.strict-transport-security
> * X-Frame-Options: http.x-frame-options
> * X-XSS-Protection: http.x-xss-protection
> By setting any of these to be empty, the header is to be turned off (or not set).
> For example:
> {code:title=Sets Strict-Transport-Security to a custom value}
> http.strict-transport-security=max-age=31536000; includeSubDomains
> {code}
> {code:title=Turns Strict-Transport-Security off}
> http.strict-transport-security=
> {code}



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