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

Reply via email to