aws workspaces linux user contains dangling character

0

hi from Spain! Iv'e configured a Linux workspace and, when prompted for a username I wrote "qa", but the actual username created was "CORP\qa". The problem is that the added backslash can be annoying and make some scripts to fail. For instance, configuring a Github Actions self-hosted runner as a service, fails because the service unit created uses a wrong username "CORPqa" Is there any way of removing the "CORP" and let the username just be "qa"? Thanks!

已提问 2 年前253 查看次数
2 回答
0

Amazon WorkSpaces requires Active Directory, so the identity will always be DOMAIN\username. If you remove CORP from the identity, you break the service.

AWS
专家
已回答 2 年前
0

thanks for your answer! But I'm using a linux machine, why would I need AD? Where does windows fit here? I mean, what caught my eye of workspaces is that you can easily setup and connect to a linux machine. After playing with it and taking the decision of using it, I started to see that Github scripts fail to register a service break because of that character.

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则