aws-samples / 1click-hpc

Deploy your HPC Cluster on AWS in 20min. with just 1-Click.
MIT No Attribution
62 stars 44 forks source link

Active Directory is integrated into Enginframe? #25

Closed rvencu closed 2 years ago

rvencu commented 2 years ago

Enginframe is interesting as workspace but it seems it needs to define users locally while we are already using AD to manage the users.

Is there any integration made or can I get some hints about such a potential integration so I can develop it myself?

nicolaven commented 2 years ago

Hi Richard, the EF installation shipped with 1Click-HPC is using the authentication system of the underling machine (PAM). So you can log into EF as both a local user (like ec2-user) or an AD user (like user000). the EF internal database is updated automatically as a new user is logged in. No need to create users from within EF.

Hope this helps

Thanks