From commits-return-506-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Tue Jan 9 22:05:42 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id CFA6E180718 for ; Tue, 9 Jan 2018 22:05:42 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BFE7E160C3F; Tue, 9 Jan 2018 21:05:42 +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 39809160C17 for ; Tue, 9 Jan 2018 22:05:42 +0100 (CET) Received: (qmail 67453 invoked by uid 500); 9 Jan 2018 21:05:41 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 67444 invoked by uid 99); 9 Jan 2018 21:05:41 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jan 2018 21:05:41 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6F8BD81C51; Tue, 9 Jan 2018 21:05:40 +0000 (UTC) Date: Tue, 09 Jan 2018 21:05:40 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: [security] Adding all derived FAB UserModelView views to admin only (#4180) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151553194027.17964.11438978397673063219@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b159e517876a9313cce07caf0605bed4df1fea58 X-Git-Newrev: 22bdd9e32401111e4ba7ed26d7fb8d15d948590a X-Git-Rev: 22bdd9e32401111e4ba7ed26d7fb8d15d948590a X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new 22bdd9e [security] Adding all derived FAB UserModelView views to admin only (#4180) 22bdd9e is described below commit 22bdd9e32401111e4ba7ed26d7fb8d15d948590a Author: John Bodley <4567245+john-bodley@users.noreply.github.com> AuthorDate: Tue Jan 9 13:05:37 2018 -0800 [security] Adding all derived FAB UserModelView views to admin only (#4180) --- superset/security.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/superset/security.py b/superset/security.py index 46283eb..a2e0d5a 100644 --- a/superset/security.py +++ b/superset/security.py @@ -37,6 +37,10 @@ ADMIN_ONLY_VIEW_MENUS = { 'RoleModelView', 'Security', 'UserDBModelView', + 'UserLDAPModelView', + 'UserOAuthModelView', + 'UserOIDModelView', + 'UserRemoteUserModelView', } ALPHA_ONLY_VIEW_MENUS = { -- To stop receiving notification emails like this one, please contact ['"commits@superset.apache.org" '].