You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2019/12/05 14:30:43 UTC

[incubator-dlab] branch develop updated: [DLAB-1368] Added Superset in 'Roles' dropdown list

This is an automated email from the ASF dual-hosted git repository.

ofuks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new eb1b99e  [DLAB-1368] Added Superset in 'Roles' dropdown list
     new 0497150  Merge remote-tracking branch 'origin/develop' into develop
eb1b99e is described below

commit eb1b99efc41802cf2d0ac41b70aa58703f5e61ef
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Thu Dec 5 16:29:53 2019 +0200

    [DLAB-1368] Added Superset in 'Roles' dropdown list
---
 .../self-service/src/main/resources/mongo/gcp/mongo_roles.json | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/services/self-service/src/main/resources/mongo/gcp/mongo_roles.json b/services/self-service/src/main/resources/mongo/gcp/mongo_roles.json
index 51cdd3c..43d12e3 100644
--- a/services/self-service/src/main/resources/mongo/gcp/mongo_roles.json
+++ b/services/self-service/src/main/resources/mongo/gcp/mongo_roles.json
@@ -100,6 +100,16 @@
     ]
   },
   {
+    "_id": "nbCreateSuperset",
+    "description": "Create Notebook Superset",
+    "exploratories": [
+      "docker.dlab-superset"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
+  {
     "_id": "nbCreateRstudio",
     "description": "Create Notebook RStudio",
     "exploratories": [


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org