Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 31602 invoked from network); 16 Aug 2006 08:04:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2006 08:04:11 -0000 Received: (qmail 48961 invoked by uid 500); 16 Aug 2006 08:04:11 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 48743 invoked by uid 500); 16 Aug 2006 08:04:10 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 48734 invoked by uid 99); 16 Aug 2006 08:04:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 01:04:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 01:04:09 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C8E4471429B for ; Wed, 16 Aug 2006 08:01:14 +0000 (GMT) Message-ID: <9226096.1155715274820.JavaMail.jira@brutus> Date: Wed, 16 Aug 2006 01:01:14 -0700 (PDT) From: "Yip Ng (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-464) Enhance Derby by adding grant/revoke support. Grant/Revoke provide finner level of privileges than currently provided by Derby that is especially useful in network configurations. In-Reply-To: <1439014097.1121475009861.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-464?page=comments#action_12428349 ] Yip Ng commented on DERBY-464: ------------------------------ In v5 of the design doc, it uses uppercase "Y" or "N" value for each of the specific privilege for the new system tables such as sys.systableperms but in the implementation, I noticed that it is using lowercase "y". (Assuming "Y" is used to represent for grant option in the future.) > Enhance Derby by adding grant/revoke support. Grant/Revoke provide finner level of privileges than currently provided by Derby that is especially useful in network configurations. > ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-464 > URL: http://issues.apache.org/jira/browse/DERBY-464 > Project: Derby > Issue Type: New Feature > Components: SQL > Affects Versions: 10.0.2.1, 10.1.1.0, 10.2.0.0 > Environment: generic > Reporter: Satheesh Bandaram > Assigned To: Satheesh Bandaram > Fix For: 10.2.0.0 > > Attachments: changeDescriptionPartII, grantRevoke.patch.Dec5, grantRevoke.stat.Dec5, GrantRevokePartII.stat, GrantRevokePartII.txt, GrantRevokePartII.txt, grantRevokeSpec.html, grantRevokeSpec_v2.html, grantRevokeSpec_v3.html, grantRevokeSpec_v4.html, grantRevokeSpec_v4_1.html, grantRevokeSpec_v5.html, Privileges.java, Privileges2.java > > > Derby currently provides a very simple permissions scheme, which is quite suitable for an embedded database system. End users of embedded Derby do not see Derby directly; they talk to a application that embeds Derby. So Derby left most of the access control work to the application. Under this scheme, Derby limits access on a per database or per system basis. A user can be granted full, read-only, or no access. > This is less suitable in a general purpose SQL server. When end users or diverse applications can issue SQL commands directly against the database, Derby must provide more precise mechanisms to limit who can do what with the database. > I propose to enhance Derby by implementing a subset of grant/revoke capabilities as specified by the SQL standard. I envision this work to involve the following tasks, at least: > 1) Develop a specification of what capabilities I would like to add to Derby. > 2) Provide a high level implementation scheme. > 3) Pursue a staged development plan, with support for DDL added to Derby first. > 4) Add support for runtime checking of these privileges. > 5) Address migration and upgrade issues from previous releases and from old scheme to newer database. > Since I think this is a large task, I would like to invite any interested people to work with me on this large and important enhancement to Derby. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira