Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D35A18E78 for ; Mon, 19 Oct 2015 16:58:19 +0000 (UTC) Received: (qmail 95882 invoked by uid 500); 19 Oct 2015 16:58:05 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 95789 invoked by uid 500); 19 Oct 2015 16:58:05 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 95732 invoked by uid 99); 19 Oct 2015 16:58:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Oct 2015 16:58:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1850C2C1F6A for ; Mon, 19 Oct 2015 16:58:05 +0000 (UTC) Date: Mon, 19 Oct 2015 16:58:05 +0000 (UTC) From: "Sam Tunnicliffe (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-10551) Investigate JMX auth using JMXMP & SASL MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sam Tunnicliffe created CASSANDRA-10551: ------------------------------------------- Summary: Investigate JMX auth using JMXMP & SASL Key: CASSANDRA-10551 URL: https://issues.apache.org/jira/browse/CASSANDRA-10551 Project: Cassandra Issue Type: Improvement Reporter: Sam Tunnicliffe Fix For: 3.x (broken out from CASSANDRA-10091) We should look into whether using [JMXMP|https://meteatamel.wordpress.com/2012/02/13/jmx-rmi-vs-jmxmp/] would enable JMX authentication using SASL. If so, could we then define a custom SaslServer which wraps a SaslNegotiator instance provided by the configured IAuthenticator. An intial look at the [JMXMP|http://docs.oracle.com/cd/E19698-01/816-7609/6mdjrf873/] docs, particularly section *11.4.2 SASL Provider*, suggests this might be feasible. -- This message was sent by Atlassian JIRA (v6.3.4#6332)