You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dy...@apache.org on 2022/06/30 14:29:15 UTC

[incubator-datalab] branch DATALAB-2869 created (now 8f83bcffd)

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

dyankiv pushed a change to branch DATALAB-2869
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


      at 8f83bcffd remove $anyuser from image role

This branch includes the following new commits:

     new 8f83bcffd remove $anyuser from image role

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-datalab] 01/01: remove $anyuser from image role

Posted by dy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dyankiv pushed a commit to branch DATALAB-2869
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 8f83bcffd8fb708fd97cd9e08450923dbef2ddb2
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Thu Jun 30 16:38:39 2022 +0300

    remove $anyuser from image role
---
 services/self-service/src/main/resources/mongo/image/mongo_roles.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/services/self-service/src/main/resources/mongo/image/mongo_roles.json b/services/self-service/src/main/resources/mongo/image/mongo_roles.json
index e9efc3437..a86cc88ea 100644
--- a/services/self-service/src/main/resources/mongo/image/mongo_roles.json
+++ b/services/self-service/src/main/resources/mongo/image/mongo_roles.json
@@ -4,7 +4,6 @@
     "description": "Full control of %s image",
     "type": "IMAGE",
     "groups": [
-      "$anyuser"
     ]
   }
 ]
\ No newline at end of file


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