Uploaded image for project: 'CDH (READ-ONLY)'
  1. CDH (READ-ONLY)
  2. DISTRO-59

Ubuntu integration: ufw application profiles

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Duplicate
    • Affects Version/s: CDH3u0
    • Fix Version/s: CDH4b1
    • Component/s: Hue, Packaging
    • Labels:
      None

      Description

      It would simplify things a lot for people running ufw on Ubuntu (the standard firewall package) if there were application profiles for the various things so that people don't have to look up ports and so on (and it makes firewall management much easier).

      This is really simple, for Hue, it would be a file named /etc/ufw/applications.d/hue with this content:

      [Hue]
      title=Hue for Hadoop
      description=Hue for Hadoop provides a web-based user interface to your Hadoop cluster.
      ports=8088/tcp
      

      Then, it can be enabled for the world as ufw allow hue and it would show up in ufw status:

      # ufw status
      Status: active
      
      To                         Action      From
      --                         ------      ----
      OpenSSH                    ALLOW       Anywhere
      Apache                     ALLOW       Anywhere
      Postfix                    ALLOW       Anywhere
      Hue                        ALLOW       Anywhere
      

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              bruce.mitchener Bruce Mitchener
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: