Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-233

Ubuntu integration: ufw application profiles

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.1.0
    • backlog
    • debian
    • 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:

      1. ufw status
        Status: active

      To Action From
      – ------ ----
      OpenSSH ALLOW Anywhere
      Apache ALLOW Anywhere
      Postfix ALLOW Anywhere
      Hue ALLOW Anywhere

      Attachments

        Activity

          People

            Unassigned Unassigned
            plinnell Peter Linnell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: