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 A4E2110DC9 for ; Tue, 16 Dec 2014 00:21:18 +0000 (UTC) Received: (qmail 25196 invoked by uid 500); 16 Dec 2014 00:21:13 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 25153 invoked by uid 500); 16 Dec 2014 00:21:13 -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 24943 invoked by uid 99); 16 Dec 2014 00:21:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2014 00:21:13 +0000 Date: Tue, 16 Dec 2014 00:21:13 +0000 (UTC) From: "Matt Kennedy (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-8489) Restrict table visibility across keyspaces MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Matt Kennedy created CASSANDRA-8489: --------------------------------------- Summary: Restrict table visibility across keyspaces Key: CASSANDRA-8489 URL: https://issues.apache.org/jira/browse/CASSANDRA-8489 Project: Cassandra Issue Type: Improvement Reporter: Matt Kennedy Priority: Minor This ticket is to capture a specific fine grained authorization request, specifically that users should be able to be restricted to only seeing tables in specific keyspaces. For example, given keyspaces K1 and K2 and users U1 & U2, allow U1 access to K1, but no access to even see table names in K2. Allow U2 access to K2, but no access to see table names in K1. -- This message was sent by Atlassian JIRA (v6.3.4#6332)