|
1、If my admin user forgets the password, how can I recover the password or recreate the user? 2、I need to modify the code so that the generated security group's outbound rules have no restrictions. How can I do that? |
Replies: 1 comment 1 reply
1、If my admin user forgets the password, how can I recover the password or recreate the user?If you already have another user with admin permission on SOCA, you can reset someone's else password via https://awslabs.github.io/scale-out-computing-on-aws/web-interface/manage-ldap-users/#reset-password-for-a-given-user If you do not have any other admin user, you can update the password for your user via CLI. Login to the Scheduler host either via SSH or SSM, then sudo as Run the following commands: See the example below, assuming my SOCA cluster name is Below is also an example if you want to create a new user from CLI 2、I need to modify the code so that the generated security group's outbound rules have no restrictions. How can I do that?Security Groups configuration can be found https://github.com/awslabs/scale-out-computing-on-aws/blob/main/installer/resources/src/cdk_construct.py#L338. If you are focusing on outbound, refer to https://github.com/awslabs/scale-out-computing-on-aws/blob/main/installer/resources/src/cdk_construct.py#L499. However, |
1、If my admin user forgets the password, how can I recover the password or recreate the user?
If you already have another user with admin permission on SOCA, you can reset someone's else password via https://awslabs.github.io/scale-out-computing-on-aws/web-interface/manage-ldap-users/#reset-password-for-a-given-user
If you do not have any other admin user, you can update the password for your user via CLI. Login to the Scheduler host either via SSH or SSM, then sudo as
rootuser.Run the following commands: