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/11/19 13:32:07 UTC

[incubator-dlab] 01/01: [DLAB-1289] Added 'Create Notebook JupyterLab' role

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

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

commit 73c3dec75583333f47e6ed3e47d171eafac3d8cd
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Tue Nov 19 15:31:16 2019 +0200

    [DLAB-1289] Added 'Create Notebook JupyterLab' role
---
 .../src/ssn/files/aws/mongo_roles.json               | 20 ++++++++++----------
 .../src/ssn/files/gcp/mongo_roles.json               |  4 ++--
 .../src/main/resources/mongo/aws/mongo_roles.json    | 10 ++++++++++
 .../src/main/resources/mongo/gcp/mongo_roles.json    | 10 ++++++++++
 4 files changed, 32 insertions(+), 12 deletions(-)

diff --git a/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json b/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json
index 5cd7734..54d2cd6 100644
--- a/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json
+++ b/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json
@@ -110,6 +110,16 @@
     ]
   },
   {
+    "_id": "nbCreateJupyterLab",
+    "description": "Create Notebook JupyterLab",
+    "exploratories": [
+      "docker.dlab-jupyterlab"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
+  {
     "_id": "nbCreateRstudio",
     "description": "Create Notebook RStudio",
     "exploratories": [
@@ -150,16 +160,6 @@
     ]
   },
   {
-    "_id": "nbCreateJupyterlab",
-    "description": "Create Notebook Jupyterlab in Docker container",
-    "exploratories": [
-      "docker.dlab-jupyterlab"
-    ],
-    "groups": [
-      "$anyuser"
-    ]
-  },
-  {
     "_id": "nbCreateDataEngine",
     "description": "Create Data Engine",
     "computationals": [
diff --git a/infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json b/infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json
index b9f764c..51cdd3c 100644
--- a/infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json
+++ b/infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json
@@ -90,8 +90,8 @@
     ]
   },
   {
-    "_id": "nbCreateJupyterlab",
-    "description": "Create Notebook Jupyterlab",
+    "_id": "nbCreateJupyterLab",
+    "description": "Create Notebook JupyterLab",
     "exploratories": [
       "docker.dlab-jupyterlab"
     ],
diff --git a/services/self-service/src/main/resources/mongo/aws/mongo_roles.json b/services/self-service/src/main/resources/mongo/aws/mongo_roles.json
index 70eb16e..54d2cd6 100644
--- a/services/self-service/src/main/resources/mongo/aws/mongo_roles.json
+++ b/services/self-service/src/main/resources/mongo/aws/mongo_roles.json
@@ -110,6 +110,16 @@
     ]
   },
   {
+    "_id": "nbCreateJupyterLab",
+    "description": "Create Notebook JupyterLab",
+    "exploratories": [
+      "docker.dlab-jupyterlab"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
+  {
     "_id": "nbCreateRstudio",
     "description": "Create Notebook RStudio",
     "exploratories": [
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 cf7b398..51cdd3c 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
@@ -90,6 +90,16 @@
     ]
   },
   {
+    "_id": "nbCreateJupyterLab",
+    "description": "Create Notebook JupyterLab",
+    "exploratories": [
+      "docker.dlab-jupyterlab"
+    ],
+    "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