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 2020/05/07 11:03:57 UTC

[incubator-dlab] branch develop updated: [DLAB-1756] Changed name of bucket permissions

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 657750e  [DLAB-1756] Changed name of bucket permissions
657750e is described below

commit 657750e4096f10c55ffb2801c3c259db0c91fbe4
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Thu May 7 14:03:42 2020 +0300

    [DLAB-1756] Changed name of bucket permissions
---
 .../self-service/src/main/resources/mongo/aws/mongo_roles.json    | 8 ++++----
 .../self-service/src/main/resources/mongo/azure/mongo_roles.json  | 8 ++++----
 .../self-service/src/main/resources/mongo/gcp/mongo_roles.json    | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

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 ee7d97e..f727854 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
@@ -325,7 +325,7 @@
   },
   {
     "_id": "bucketBrowserView",
-    "description": "Allow to view objects within the bucket",
+    "description": "Allow to view object via bucket browser",
     "type": "BUCKET_BROWSER",
     "cloud": "GCP",
     "pages": [
@@ -337,7 +337,7 @@
   },
   {
     "_id": "bucketBrowserUpload",
-    "description": "Allow to upload object to the bucket",
+    "description": "Allow to upload object via bucket browser",
     "type": "BUCKET_BROWSER",
     "cloud": "GCP",
     "pages": [
@@ -349,7 +349,7 @@
   },
   {
     "_id": "bucketBrowserDownload",
-    "description": "Allow to download object from the bucket",
+    "description": "Allow to download object via bucket browser",
     "type": "BUCKET_BROWSER",
     "cloud": "GCP",
     "pages": [
@@ -361,7 +361,7 @@
   },
   {
     "_id": "bucketBrowserDelete",
-    "description": "Allow to delete object from the bucket",
+    "description": "Allow to delete object via bucket browser",
     "type": "BUCKET_BROWSER",
     "cloud": "GCP",
     "pages": [
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 1cd44b1..6b8f829 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
@@ -265,7 +265,7 @@
   },
   {
     "_id": "bucketBrowserView",
-    "description": "Allow to view objects within the bucket",
+    "description": "Allow to view object via bucket browser",
     "type": "BUCKET_BROWSER",
     "cloud": "GCP",
     "pages": [
@@ -277,7 +277,7 @@
   },
   {
     "_id": "bucketBrowserUpload",
-    "description": "Allow to upload object to the bucket",
+    "description": "Allow to upload object via bucket browser",
     "type": "BUCKET_BROWSER",
     "cloud": "GCP",
     "pages": [
@@ -289,7 +289,7 @@
   },
   {
     "_id": "bucketBrowserDownload",
-    "description": "Allow to download object from the bucket",
+    "description": "Allow to download object via bucket browser",
     "type": "BUCKET_BROWSER",
     "cloud": "GCP",
     "pages": [
@@ -301,7 +301,7 @@
   },
   {
     "_id": "bucketBrowserDelete",
-    "description": "Allow to delete object from the bucket",
+    "description": "Allow to delete object via bucket browser",
     "type": "BUCKET_BROWSER",
     "cloud": "GCP",
     "pages": [
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 8a36ff4..11e8731 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
@@ -301,7 +301,7 @@
   },
   {
     "_id": "bucketBrowserView",
-    "description": "Allow to view objects within the bucket",
+    "description": "Allow to view object via bucket browser",
     "type": "BUCKET_BROWSER",
     "cloud": "GCP",
     "pages": [
@@ -313,7 +313,7 @@
   },
   {
     "_id": "bucketBrowserUpload",
-    "description": "Allow to upload object to the bucket",
+    "description": "Allow to upload object via bucket browser",
     "type": "BUCKET_BROWSER",
     "cloud": "GCP",
     "pages": [
@@ -325,7 +325,7 @@
   },
   {
     "_id": "bucketBrowserDownload",
-    "description": "Allow to download object from the bucket",
+    "description": "Allow to download object via bucket browser",
     "type": "BUCKET_BROWSER",
     "cloud": "GCP",
     "pages": [
@@ -337,7 +337,7 @@
   },
   {
     "_id": "bucketBrowserDelete",
-    "description": "Allow to delete object from the bucket",
+    "description": "Allow to delete object via bucket browser",
     "type": "BUCKET_BROWSER",
     "cloud": "GCP",
     "pages": [


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