-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sudo access? #35
Comments
If you look at https://github.com/kislyuk/keymaker#principle-of-operation, it mentions a system for synchronizing IAM group membership with Unix group membership. The specific IAM group that you need to create and add the user to in this case is |
Ahh... you are so kind. I deserved an RTFM for that. Thanks so much and great work on this! |
You're welcome, let me know if you find any bugs with this solution.
…On Thu, Feb 15, 2018 at 9:19 AM, jeremymturner ***@***.***> wrote:
Closed #35 <#35>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#35 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA0nPe_oMN6uSCMXpMlj6-I1y7a0RKT_ks5tVGcsgaJpZM4SGFB6>
.
|
Looks great! I was able to test successfully on an Ubuntu EC2 instance.
One feature I am looking to have is sudo access. One thought would be:
Today, it would help me just to have #1, give all users sudo access.
The text was updated successfully, but these errors were encountered: