Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-15457

Add Security-Related HTTP Response Header in WEBUIs.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.2.0
    • None
    • Reviewed

    Description

      As of today, YARN web-ui lacks certain security related http response headers. We are planning to add few default ones and also add support for headers to be able to get added via xml config. Planning to make the below two as default.

      • X-XSS-Protection: 1; mode=block
      • X-Content-Type-Options: nosniff

       

      Support for headers via config properties in core-site.xml will be along the below lines

      <property>
          <name>hadoop.http.header.Strict-Transport-Security</name>
          <value>valHSTSFromXML</value>
      </property>

      In the above example, valHSTSFromXML is an example value, this should be configured according to the security requirements.

      With this Jira, users can set required headers by prefixing HTTP header with hadoop.http.header. and configure with the required value in their core-site.xml.

      Example:

      <property>
        <name>hadoop.http.header.http-header</name>
        <value>http-header-value</value>
      </property>
      

       
      A regex matcher will lift these properties and add into the response header when Jetty prepares the response.

      Attachments

        1. YARN-8198.005.patch
          12 kB
          Kanwaljeet Sachdev
        2. YARN-8198.004.patch
          12 kB
          Kanwaljeet Sachdev
        3. YARN-8198.003.patch
          7 kB
          Kanwaljeet Sachdev
        4. YARN-8198.002.patch
          7 kB
          Kanwaljeet Sachdev
        5. YARN-8198.001.patch
          7 kB
          Kanwaljeet Sachdev
        6. HADOOP-15457.005.patch
          8 kB
          Kanwaljeet Sachdev
        7. HADOOP-15457.004.patch
          8 kB
          Kanwaljeet Sachdev
        8. HADOOP-15457.003.patch
          10 kB
          Kanwaljeet Sachdev
        9. HADOOP-15457.002.patch
          10 kB
          Kanwaljeet Sachdev
        10. HADOOP-15457.001.patch
          10 kB
          Kanwaljeet Sachdev

        Issue Links

          Activity

            People

              kanwaljeets Kanwaljeet Sachdev
              kanwaljeets Kanwaljeet Sachdev
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: