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 fecf71e  [DLAB-1289] Added 'Create Notebook JupyterLab' role (#427)
fecf71e is described below

commit fecf71ef06da056f18ae3ba1210b0d75fe83f0a6
Author: ofuks <[email protected]>
AuthorDate: Tue Nov 19 15:52:49 2019 +0200

    [DLAB-1289] Added 'Create Notebook JupyterLab' role (#427)
---
 .../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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to