diff --git a/kube/services/ohdsi-atlas/ohdsi-atlas-config-local.yaml b/kube/services/ohdsi-atlas/ohdsi-atlas-config-local.yaml index 078d746c0..6b724eb2d 100644 --- a/kube/services/ohdsi-atlas/ohdsi-atlas-config-local.yaml +++ b/kube/services/ohdsi-atlas/ohdsi-atlas-config-local.yaml @@ -19,13 +19,13 @@ data: }]; // This tells Atlas to show the 'lock' icon to the user when // viewing concept sets, cohort definitions, and other - // artifacts so that the can edit READ and WRITE + // artifacts so that they can edit READ and WRITE // permissions. By default, this is set to true - configLocal.enablePermissionManagement = true; // Default is false + configLocal.enablePermissionManagement = true; // Default is true // If the enablePermissionManagement is set to true, you can specify // if this capability should be limited to only users that have a // specific permission for this. Leave false if all users should have that ability. - configLocal.limitedPermissionManagement = true; // Default is false all users can share + configLocal.limitedPermissionManagement = true; // Default is false all users can share. If true, only users with the permission "artifact:global:share:put" get the ability to share artifacts. configLocal.cohortComparisonResultsEnabled = false; configLocal.userAuthenticationEnabled = true; configLocal.plpResultsEnabled = false;