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/21 12:44:13 UTC

[incubator-dlab] branch DLAB-1774 created (now cb39e05)

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

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


      at cb39e05  Fixed issue with default permission

This branch includes the following new commits:

     new cb39e05  Fixed issue with default permission

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@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org


[incubator-dlab] 01/01: Fixed issue with default permission

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

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

commit cb39e056096e47072bc8c9b68cec52441882f10c
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Thu May 21 15:43:58 2020 +0300

    Fixed issue with default permission
---
 services/self-service/self-service.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/self-service.yml b/services/self-service/self-service.yml
index df92c25..43b340b 100644
--- a/services/self-service/self-service.yml
+++ b/services/self-service/self-service.yml
@@ -46,7 +46,7 @@ checkEnvStatusTimeout: 5m
 # Restrict access to DLab features using roles policy
 rolePolicyEnabled: true
 # Default access to DLab features using roles policy
-roleDefaultAccess: true
+roleDefaultAccess: false
 
 # Set to true to enable the scheduler of billing report.
 billingSchedulerEnabled: false


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