File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
cookbooks/aws-parallelcluster-config/templates/default/dcv Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
20
20
21
21
** BUG FIXES**
22
22
- Fix the configuration parameter ` DirectoryService/DomainAddr ` conversion to ` ldap_uri ` SSSD property when it contains multiples domain addresses.
23
+ - Fix DCV not loading user profile at session start. The user's PATH was not correctly set at DCV session connection.
23
24
24
25
3.1.2
25
26
------
Original file line number Diff line number Diff line change 43
43
# If not specified, the default value is 'default-on'.
44
44
#enable-gl-in-virtual-sessions = "default-on"
45
45
46
+ # Property "virtual-session-source-profile" specifies whether the shell that
47
+ # runs the session starter script should source the user profile.
48
+ # Allowed values: 'false', 'true'.
49
+ # If not specified, the default value is 'false' and DCV will run the session
50
+ # starter script with "bash --noprofile --norc"
51
+ virtual-session-source-profile = true
52
+
46
53
###############################################################################
47
54
## Section "session-management/defaults" contains the default properties of DCV sessions
48
55
###############################################################################
You can’t perform that action at this time.
0 commit comments