This is an automated email from the ASF dual-hosted git repository.
dyankiv pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/develop by this push:
new 87c2b428b add missing roles
87c2b428b is described below
commit 87c2b428b27cdccfc3a1a3e3adfb4d6dadd51718
Author: Denys Yankiv <[email protected]>
AuthorDate: Fri Sep 2 14:42:57 2022 +0300
add missing roles
---
.../src/ssn/files/azure/mongo_roles.json | 10 ++++++++++
.../src/main/resources/mongo/azure/mongo_roles.json | 12 ++++++++++++
2 files changed, 22 insertions(+)
diff --git a/infrastructure-provisioning/src/ssn/files/azure/mongo_roles.json
b/infrastructure-provisioning/src/ssn/files/azure/mongo_roles.json
index 2d3cf1f8c..2f1921961 100644
--- a/infrastructure-provisioning/src/ssn/files/azure/mongo_roles.json
+++ b/infrastructure-provisioning/src/ssn/files/azure/mongo_roles.json
@@ -149,6 +149,16 @@
"$anyuser"
]
},
+ {
+ "_id": "nbCreateDataEngineService",
+ "description": "Create Data Engine Service",
+ "computationals": [
+ "docker.datalab-dataengine-service"
+ ],
+ "groups": [
+ "$anyuser"
+ ]
+ },
{
"_id": "compShapes_Standard_F4s_fetching",
"description": "Use Standard_F4s instance shape for cluster",
diff --git
a/services/self-service/src/main/resources/mongo/azure/mongo_roles.json
b/services/self-service/src/main/resources/mongo/azure/mongo_roles.json
index 756198298..81df9c867 100644
--- a/services/self-service/src/main/resources/mongo/azure/mongo_roles.json
+++ b/services/self-service/src/main/resources/mongo/azure/mongo_roles.json
@@ -179,6 +179,18 @@
"$anyuser"
]
},
+ {
+ "_id": "nbCreateDataEngineService",
+ "description": "Create Data Engine Service",
+ "type": "COMPUTATIONAL",
+ "cloud": "AZURE",
+ "computationals": [
+ "docker.datalab-dataengine-service"
+ ],
+ "groups": [
+ "$anyuser"
+ ]
+ },
{
"_id": "compShapes_Standard_F4s_fetching",
"description": "Use Standard_F4s instance shape for cluster",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]