Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EC653200C3A for ; Fri, 31 Mar 2017 17:13:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EAD46160B9C; Fri, 31 Mar 2017 15:13:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3F55B160B79 for ; Fri, 31 Mar 2017 17:13:45 +0200 (CEST) Received: (qmail 75870 invoked by uid 500); 31 Mar 2017 15:13:44 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 75856 invoked by uid 99); 31 Mar 2017 15:13:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Mar 2017 15:13:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id DA042C05E9 for ; Fri, 31 Mar 2017 15:13:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id HQQ7lMXWVmxg for ; Fri, 31 Mar 2017 15:13:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id BC64D5F177 for ; Fri, 31 Mar 2017 15:13:42 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 3AAF2E06B9 for ; Fri, 31 Mar 2017 15:13:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B584021DD7 for ; Fri, 31 Mar 2017 15:13:41 +0000 (UTC) Date: Fri, 31 Mar 2017 15:13:41 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4617) Remove ShellServlet MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 31 Mar 2017 15:13:46 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15951096#comment-15951096 ] Josh Elser commented on ACCUMULO-4617: -------------------------------------- I'm Ok to remove it. It was a nice idea/implementation, but I haven't run into anyone that has done anything with it other than try it once. > Remove ShellServlet > ------------------- > > Key: ACCUMULO-4617 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4617 > Project: Accumulo > Issue Type: Sub-task > Components: monitor > Reporter: Christopher Tubbs > Fix For: 2.0.0 > > > ShellServlet is an obscure older feature in Accumulo's monitor which provides a shell-like interface in the browser. I say shell-like, because it never quite behaved the same as in a real terminal. > For security, this feature was never activated unless a user took the time to set up X.509 certificates for trust and ran the monitor over HTTPS. > I think we should remove this feature in 2.0.0. Here are some of my reasons: > # The feature is relatively obscure, with no out-of-box presence in the monitor. > # The code is complex and difficult to maintain or migrate to the templating strategies currently being developed by [~lstav] for the rest of ACCUMULO-3005. > # It has limited utility (a real shell is better). > # Users have many options for browser-based terminal emulators, ssh-clients, and more. > # It does not support Kerberos and other kinds of authentication that a real shell offers. > # There are a fair amount of security-related issues that can arise from this code, and it is probably not worth it to maintain over time, if it's not used frequently (protection against session-hijacking and CSRF token attacks, TLS/SSL downgrade attacks, and more). It's probably not worth exposing Accumulo user credentials to any browser. -- This message was sent by Atlassian JIRA (v6.3.15#6346)